Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 75bc8b4

Browse files
committed
travis.yml: Reformat
1 parent b334482 commit 75bc8b4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ sudo: false
44
cache:
55
cargo: false
66
os:
7-
- linux
8-
- osx
9-
- windows
7+
- linux
8+
- osx
9+
- windows
1010
rust:
11-
- nightly
12-
install: |
13-
# Required for Racer autoconfiguration
14-
rustup component add rust-src
15-
rustup component add rust-analysis
11+
- nightly
12+
install:
13+
# Required for Racer autoconfiguration
14+
- rustup component add rust-src
15+
- rustup component add rust-analysis
1616
script:
17-
- cargo build -v
18-
- cargo test -v
19-
- cargo test test_tooltip_std -- --ignored
17+
- cargo build -v
18+
- cargo test -v
19+
- cargo test test_tooltip_std -- --ignored
2020

2121
env:
2222
global:
23-
- RUST_BACKTRACE=1
24-
- RLS_TEST_WAIT_FOR_AGES=1
25-
- CARGO_INCREMENTAL=0
23+
- RUST_BACKTRACE=1
24+
- RLS_TEST_WAIT_FOR_AGES=1
25+
- CARGO_INCREMENTAL=0

0 commit comments

Comments
 (0)