Skip to content

Commit

Permalink
Disable Clippy for test code again.
Browse files Browse the repository at this point in the history
This currently fails because of a false positive:
rust-lang/rust-clippy#2979
  • Loading branch information
afck authored and romac committed Aug 9, 2018
1 parent 353f00a commit 1333b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ matrix:
- libdw-dev
- binutils-dev
- libiberty-dev
- zlib1g-dev
- zlib1g-dev

- env: NAME='clippy'
rust: nightly-2018-07-22
before_script:
- rustup component add clippy-preview
script:
- cargo clippy --all --tests --all-features -- -D clippy
- cargo clippy --all --all-features -- -D clippy

env:
global:
Expand Down

0 comments on commit 1333b4a

Please sign in to comment.