5
0
Derivar 0

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

pull/5/head
Trinity Pointard há 6 anos
ascendente fe0c864f73
cometimento 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:

Carregando…
Cancelar
Guardar