Skip to content

Commit 719b32e

Browse files
committed
Travis CI: lock nightly to a version with Clippy
Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent e9d32b1 commit 719b32e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ addons:
2828
- go
2929

3030
install:
31+
# FIXME(#55) Remove when Clippy is fixed in current nightly
32+
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup toolchain install nightly-2019-05-22; fi
33+
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup default nightly-2019-05-22; fi
3134
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add rustfmt; fi
3235
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
3336
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install golang cmake strawberryperl protoc; fi

0 commit comments

Comments
 (0)