We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb36f commit 7584716Copy full SHA for 7584716
.travis.yml
@@ -25,9 +25,6 @@ matrix:
25
script: |
26
cargo install clippy
27
cargo clippy --all -- -D clippy-pedantic
28
- allow_failures:
29
- - env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
30
- - env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
31
install:
32
- if [ "$NO_ADD" == "" ]; then rustup target add $TARGET; fi
33
0 commit comments