Skip to content

Commit a15bc62

Browse files
committed
Remove "-preview" for clippy.
1 parent 7933715 commit a15bc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ install:
4343
# Pin a known good version of nightly and clippy.
4444
- >
4545
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
46-
rustup install nightly-2018-08-04;
46+
rustup install nightly-2018-12-05;
4747
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
4848
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
4949
mv $toolchains/nightly-* $toolchains/nightly-$host;
5050
fi
5151
# Install Rust packages needed by integration tests.
52-
- rustup component add clippy-preview --toolchain=nightly
52+
- rustup component add clippy --toolchain=nightly
5353
- cargo install cargo-script
5454

5555

0 commit comments

Comments
 (0)