Skip to content

Commit febe65b

Browse files
committed
Trying more travis config
1 parent 4857006 commit febe65b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ env:
55
- RUST_CHANNEL=stable
66
- RUST_CHANNEL=nightly
77
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
8+
- "which rustup || true"
9+
- "which rustup.sh || true"
10+
- "which rustc || true"
11+
- "sudo apt-get update"
12+
- "apt search rust || true"
1313
install:
1414
- sudo apt-get install rust-${RUST_CHANNEL}

0 commit comments

Comments
 (0)