Skip to content

Commit c28a7aa

Browse files
authored
Merge pull request #433 from ehuss/update-travis-rustup
CI: Update nightly version and add rust-src.
2 parents 65ed718 + 94dcf8e commit c28a7aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ install:
4040
# Pin a known good version of nightly.
4141
- >
4242
if [ "$TRAVIS_RUST_VERSION" != "nightly" ]; then
43-
rustup install nightly-2019-07-13;
43+
rustup install nightly-2020-05-15;
4444
host=$(rustc -Vv | grep ^host: | sed -e "s/host: //g");
4545
toolchains=$(dirname $(dirname $(dirname $(rustup which rustc))));
4646
mv $toolchains/nightly-* $toolchains/nightly-$host;
4747
fi
4848
# Install Rust packages needed by integration tests.
4949
- rustup component add clippy
50+
- rustup component add rust-src
5051
- cargo install cargo-script
5152

5253

0 commit comments

Comments
 (0)