Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Force clippy to work with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Mar 22, 2017
1 parent 9cf6673 commit d34c9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ matrix:
- rust: nightly-2017-03-15
env: CLIPPY=YESPLEASE
script: |
cargo install clippy --vers "0.0.120"
cargo clippy
cargo +nightly install clippy --vers "0.0.120"
cargo +nightly clippy
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
Expand Down

0 comments on commit d34c9a8

Please sign in to comment.