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

Commit 05a88f2

Browse files
committed
Force clippy to work with nightly
1 parent 9cf6673 commit 05a88f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010
- rust: nightly-2017-03-15
1111
env: CLIPPY=YESPLEASE
1212
script: |
13-
cargo install clippy --vers "0.0.120"
14-
cargo clippy
13+
cargo +nightly-2017-03-15 install clippy --vers "0.0.120"
14+
cargo +nightly-2017-03-15 clippy
1515
before_script:
1616
- |
1717
pip install 'travis-cargo<0.2' --user &&

0 commit comments

Comments
 (0)