Skip to content

Commit 484749c

Browse files
committed
Fix indentation in .travis.yml
1 parent faf19dc commit 484749c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: rust
22
matrix:
3-
include:
4-
- rust: nightly
5-
env: FEATURES=""
6-
- rust: beta
7-
env: FEATURES="--features stable"
8-
- rust: stable
9-
env: FEATURES="--features stable"
10-
- rust: nightly
11-
env: FEATURES="--features stable"
3+
include:
4+
- rust: nightly
5+
env: FEATURES=""
6+
- rust: beta
7+
env: FEATURES="--features stable"
8+
- rust: stable
9+
env: FEATURES="--features stable"
10+
- rust: nightly
11+
env: FEATURES="--features stable"
1212

1313
script: cd test-project && cargo test $FEATURES
1414

0 commit comments

Comments
 (0)