Created
June 6, 2017 21:00
-
-
Save kmcallister/896d9ff61068c34c9d7e205bd77185a6 to your computer and use it in GitHub Desktop.
travis setup for clippy (untested)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: rust | |
rust: | |
- stable | |
- beta | |
- nightly | |
script: | |
- cargo build --verbose | |
- cargo test --verbose | |
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then cargo install clippy && cargo clippy; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment