Skip to content

Commit 65541d9

Browse files
committed
rustup update
1 parent 5aa6057 commit 65541d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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"
3839
- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src

0 commit comments

Comments
 (0)