We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4857006 commit febe65bCopy full SHA for febe65b
1 file changed
.travis.yml
@@ -5,10 +5,10 @@ env:
5
- RUST_CHANNEL=stable
6
- RUST_CHANNEL=nightly
7
before_install:
8
- - which rustup || true
9
- - which rustup.sh || true
10
- - which rustc || true
11
- - sudo apt-get update
12
- - apt search rust || true
+ - "which rustup || true"
+ - "which rustup.sh || true"
+ - "which rustc || true"
+ - "sudo apt-get update"
+ - "apt search rust || true"
13
install:
14
- sudo apt-get install rust-${RUST_CHANNEL}
0 commit comments