We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868da2a commit 5aa6057Copy full SHA for 5aa6057
.travis.yml
@@ -35,7 +35,7 @@ before_script:
35
- export PATH=$HOME/.cargo/bin:$PATH
36
# Install "master" toolchain
37
- 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
+- travis_retry rustup-toolchain-install-master -f -n master $RUSTC_HASH -c rust-src
39
- rustup default master
40
- rustc --version
41
0 commit comments