Disable Clippy for test code again.

This currently fails because of a false positive:
https://github.com/rust-lang-nursery/rust-clippy/issues/2979
This commit is contained in:
Andreas Fackler
2018-08-09 15:34:45 +02:00
committed by Romain Ruetschi
parent 353f00ad58
commit 1333b4a7d0

View File

@ -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: