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.
2 parents 65ed718 + 94dcf8e commit c28a7aaCopy full SHA for c28a7aa
.travis.yml
@@ -40,13 +40,14 @@ install:
40
# Pin a known good version of nightly.
41
- >
42
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
43
- rustup install nightly-2019-07-13;
+ rustup install nightly-2020-05-15;
44
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
45
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
46
mv $toolchains/nightly-* $toolchains/nightly-$host;
47
fi
48
# Install Rust packages needed by integration tests.
49
- rustup component add clippy
50
+ - rustup component add rust-src
51
- cargo install cargo-script
52
53
0 commit comments