We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea6ecc commit 2b2aebaCopy full SHA for 2b2aeba
.travis.yml
@@ -8,7 +8,7 @@ os:
8
rust:
9
# Requires nightly for now, stable can be re-enabled when 1.36 is stable.
10
# - stable
11
- - nightly-2019-05-22
+ - nightly
12
env:
13
global:
14
- RUST_BACKTRACE=1
@@ -28,9 +28,6 @@ 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
rust-toolchain
0 commit comments