Skip to content

Commit 2b2aeba

Browse files
committed
Remove toolchain special casing
Since various bugs are fixed upstream Closes tikv#55 Signed-off-by: Nick Cameron <[email protected]>
1 parent 2ea6ecc commit 2b2aeba

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
rust:
99
# Requires nightly for now, stable can be re-enabled when 1.36 is stable.
1010
# - stable
11-
- nightly-2019-05-22
11+
- nightly
1212
env:
1313
global:
1414
- RUST_BACKTRACE=1
@@ -28,9 +28,6 @@ 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
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

rust-toolchain

-1
This file was deleted.

0 commit comments

Comments
 (0)