disable cargo clippy on Travis as it fail more often than none
This commit is contained in:
parent
fe0c864f73
commit
8bd1ebcbbb
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue