We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7933715 commit a15bc62Copy full SHA for a15bc62
.travis.yml
@@ -43,13 +43,13 @@ install:
43
# Pin a known good version of nightly and clippy.
44
- >
45
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
46
- rustup install nightly-2018-08-04;
+ rustup install nightly-2018-12-05;
47
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
48
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
49
mv $toolchains/nightly-* $toolchains/nightly-$host;
50
fi
51
# Install Rust packages needed by integration tests.
52
- - rustup component add clippy-preview --toolchain=nightly
+ - rustup component add clippy --toolchain=nightly
53
- cargo install cargo-script
54
55
0 commit comments