We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c3c41 commit 92dd59fCopy full SHA for 92dd59f
.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