File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 8
8
rust :
9
9
# Requires nightly for now, stable can be re-enabled when 1.36 is stable.
10
10
# - stable
11
- - nightly-2019-05-22
11
+ - nightly
12
12
env :
13
13
global :
14
14
- RUST_BACKTRACE=1
@@ -28,9 +28,6 @@ addons:
28
28
- go
29
29
30
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
31
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add rustfmt; fi
35
32
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
36
33
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install golang cmake strawberryperl protoc; fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments