Skip to content

Commit

Permalink
[ci] fail on fmt, clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Nov 6, 2017
1 parent 64bb36f commit 7584716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ matrix:
script: |
cargo install clippy
cargo clippy --all -- -D clippy-pedantic
allow_failures:
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
install:
- if [ "$NO_ADD" == "" ]; then rustup target add $TARGET; fi

Expand Down

0 comments on commit 7584716

Please sign in to comment.