We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc3100 commit ce3478aCopy full SHA for ce3478a
.travis.yml
@@ -26,6 +26,7 @@ env:
26
27
script:
28
- rustup update
29
- - rustup component add clippy-preview
30
- - cargo clippy --all-targets --all-features -- -D warnings
+ - if [[ $TRAVIS_RUST_VERSION == "nightly" ]];
+ then rustup component add clippy-preview && cargo clippy --all-targets --all-features -- -D warnings;
31
+ fi #FIXME: remove after next beta release
32
- cargo test --all --verbose
0 commit comments