File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ addons:
10
10
- binutils-dev
11
11
rust :
12
12
- stable
13
- - nightly
13
+ - nightly-2017-02-05
14
14
env :
15
15
global :
16
16
# override the default `--features unstable` used for the nightly branch
17
17
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
18
+ # Version of clippy known to work with pinned nightly.
19
+ - CLIPPY_VERSION=0.0.113
18
20
before_script :
19
21
- sudo apt-get update -qq
20
22
- sudo apt-get install -y mpd
@@ -24,7 +26,7 @@ before_script:
24
26
- export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH
25
27
- |
26
28
pip install 'travis-cargo<0.2' --user &&
27
- travis-cargo --only nightly install -- --force clippy
29
+ travis-cargo --only nightly install -- --force clippy --vers CLIPPY_VERSION
28
30
- |
29
31
cargo install --force rustfmt
30
32
script :
You can’t perform that action at this time.
0 commit comments