disable cargo clippy on Travis as it fail more often than none

pull/5/head
Trinity Pointard 6 vuotta sitten
vanhempi fe0c864f73
commit 8bd1ebcbbb

@ -24,14 +24,8 @@ addons:
script:
- cargo build
- cargo test
- |
if [[ $CLIPPY ]]; then
cargo clippy
fi
before_script:
- |
( cargo install clippy && export CLIPPY=true ) || export CLIPPY=false;
- export PATH=$PATH:~/.cargo/bin
after_success:

Ladataan…
Peruuta
Tallenna