Skip to content

Commit

Permalink
Don't force install clippy on Travis but update it
Browse files Browse the repository at this point in the history
This reverts commit 3622e08.
  • Loading branch information
nabijaczleweli committed Nov 4, 2016
1 parent e958692 commit 4866c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ script:
- if [ "$LANGUAGE" == "Rust" ]; then cargo build --verbose; fi
- if [ "$LANGUAGE" == "Rust" ]; then cargo test --verbose; fi
- if [ "$LANGUAGE" == "Rust" ] && [ "$CLIPPY" ]; then
cargo install -f clippy;
cargo install clippy;
target/debug/cargo-install-update install-update -a;
cargo clippy;
fi
- if [ "$LANGUAGE" == "Rust" ] && [ "$DEPLOY" ] && [ "$TRAVIS_TAG" ] && [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then cargo build --verbose --release; fi
Expand Down

0 comments on commit 4866c85

Please sign in to comment.