Skip to content

Commit c424e06

Browse files
committed
make sure we use the stable toolchain, no matter the cache
1 parent 9f6287e commit c424e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ 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 default stable
37+
- rustup uninstall beta
3638
- rustup update
3739
# Install "master" toolchain
3840
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"

0 commit comments

Comments
 (0)