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:
1010 - binutils-dev
1111rust :
1212 - stable
13- - nightly
13+ - nightly-2017-02-05
1414env :
1515 global :
1616 # override the default `--features unstable` used for the nightly branch
1717 - TRAVIS_CARGO_NIGHTLY_FEATURE=""
18+ # Version of clippy known to work with pinned nightly.
19+ - CLIPPY_VERSION=0.0.113
1820before_script :
1921 - sudo apt-get update -qq
2022 - sudo apt-get install -y mpd
@@ -24,7 +26,7 @@ before_script:
2426 - export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH
2527 - |
2628 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
2830 - |
2931 cargo install --force rustfmt
3032script :
You can’t perform that action at this time.
0 commit comments