Skip to content

Commit 2701599

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ before_script:
3232
fi
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
35+
- rustup default stable
3536
- export PATH=$HOME/.cargo/bin:$PATH
3637
- rustup update
3738
# Install "master" toolchain

0 commit comments

Comments
 (0)