We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d32b1 commit 719b32eCopy full SHA for 719b32e
.travis.yml
@@ -28,6 +28,9 @@ addons:
28
- go
29
30
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
34
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add rustfmt; fi
35
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
36
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install golang cmake strawberryperl protoc; fi
0 commit comments