Skip to content

Commit bfd6181

Browse files
committed
Auto merge of #859 - RalfJung:cargo, r=RalfJung
travis: do not install cargo from master This tests the rpath hackery in `./miri`.
2 parents 4f6f264 + 65541d9 commit bfd6181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ before_script:
3333
# Install Rust ("stable" toolchain for better caching, it is just used to build rustup-toolchain-install-master)
3434
- curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable
3535
- export PATH=$HOME/.cargo/bin:$PATH
36+
- rustup update
3637
# Install "master" toolchain
3738
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
38-
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c cargo -c rust-src
39+
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src
3940
- rustup default master
4041
- rustc --version
4142

0 commit comments

Comments
 (0)