Skip to content

Commit e3ef97c

Browse files
committed
Fix YAML syntax
1 parent 394d627 commit e3ef97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ rust:
66
sudo: false
77
script:
88
- cargo build --verbose
9-
- [ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose
9+
- |
10+
[ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose
1011
- cargo doc
1112
after_success: |
1213
[ $TRAVIS_BRANCH = master ] &&

0 commit comments

Comments
 (0)