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 d2f772d commit 3b5c3d1Copy full SHA for 3b5c3d1
.travis.yml
@@ -9,10 +9,8 @@ env:
9
- RUST_BACKTRACE=1
10
11
install:
12
- - which cargo-install-update || cargo install cargo-update
13
- - which rustfmt || cargo install rustfmt-nightly
14
- - which cargo-clippy || cargo install clippy
15
- - cargo install-update --all
+ - cargo install --force rustfmt-nightly
+ - cargo install --force clippy
16
17
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(rustc --print sysroot)/lib
18
0 commit comments