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 bdc3100 commit 44518feCopy full SHA for 44518fe
.travis.yml
@@ -27,5 +27,7 @@ env:
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" ]];
31
+ then cargo clippy --all-targets --all-features -- -D warnings;
32
+ fi #FIXME: remove after next beta release
33
- cargo test --all --verbose
0 commit comments