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

Commit be32ad7

Browse files
committed
Bump clippy version and rust nightly to 2017-10-09
1 parent 81c0958 commit be32ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ rust:
77
- nightly
88
matrix:
99
include:
10-
- rust: nightly-2017-03-15
10+
- rust: nightly-2017-10-09
1111
env: CLIPPY=YESPLEASE
1212
script: |
13-
cargo +nightly-2017-03-15 install clippy --vers "0.0.120"
14-
cargo +nightly-2017-03-15 clippy
13+
cargo +nightly-2017-10-09 install clippy --vers "0.0.165"
14+
cargo +nightly-2017-10-09 clippy -- -D warnings
1515
before_script:
1616
- |
1717
pip install 'travis-cargo<0.2' --user &&

0 commit comments

Comments
 (0)