Skip to content

Commit dad72fc

Browse files
committed
disable clippy
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 04125b3 commit dad72fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rust:
44

55
before_script: |
66
rustup component add rustfmt-preview;
7-
rustup component add clippy-preview;
87
if ! rustup component add rustfmt; then
98
target=`curl https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/rustfmt`;
109
echo "'rustfmt' is unavailable on the toolchain 'nightly', use the toolchain 'nightly-$target' instead";
@@ -14,7 +13,6 @@ before_script: |
1413
fi
1514
script: |
1615
cargo fmt -- --check &&
17-
cargo clippy -- -D clippy &&
1816
cargo build --verbose &&
1917
cargo test --verbose
2018
cache: cargo

0 commit comments

Comments
 (0)