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 88rust :
99 # Requires nightly for now, stable can be re-enabled when 1.36 is stable.
1010 # - stable
11- - nightly-2019-05-22
11+ - nightly
1212env :
1313 global :
1414 - RUST_BACKTRACE=1
@@ -28,9 +28,6 @@ addons:
2828 - go
2929
3030install :
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
3431 - if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add rustfmt; fi
3532 - if [[ $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
3633 - 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