We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4910447 commit 61d1f57Copy full SHA for 61d1f57
.travis.yml
@@ -9,8 +9,10 @@ before_script:
9
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
10
- source ~/.cargo/env
11
- rustup component add rust-src
12
+ - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
13
- (test -x $HOME/.cargo/bin/rustfmt || cargo install rustfmt)
14
- (test -x $HOME/.cargo/bin/xargo || cargo install xargo)
15
+ - cargo install-update -a
16
17
sudo: false
18
0 commit comments