We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6287e commit 2701599Copy full SHA for 2701599
.travis.yml
@@ -32,6 +32,7 @@ before_script:
32
fi
33
# Install Rust ("stable" toolchain for better caching, it is just used to build rustup-toolchain-install-master)
34
- curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable
35
+- rustup default stable
36
- export PATH=$HOME/.cargo/bin:$PATH
37
- rustup update
38
# Install "master" toolchain
0 commit comments