We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04125b3 commit dad72fcCopy full SHA for dad72fc
.travis.yml
@@ -4,7 +4,6 @@ rust:
4
5
before_script: |
6
rustup component add rustfmt-preview;
7
- rustup component add clippy-preview;
8
if ! rustup component add rustfmt; then
9
target=`curl https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/rustfmt`;
10
echo "'rustfmt' is unavailable on the toolchain 'nightly', use the toolchain 'nightly-$target' instead";
@@ -14,7 +13,6 @@ before_script: |
14
13
fi
15
script: |
16
cargo fmt -- --check &&
17
- cargo clippy -- -D clippy &&
18
cargo build --verbose &&
19
cargo test --verbose
20
cache: cargo
0 commit comments