Skip to content

Commit 7584716

Browse files
committed
[ci] fail on fmt, clippy
1 parent 64bb36f commit 7584716

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ matrix:
2525
script: |
2626
cargo install clippy
2727
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
3128
install:
3229
- if [ "$NO_ADD" == "" ]; then rustup target add $TARGET; fi
3330

0 commit comments

Comments
 (0)