Skip to content

Commit 83917a3

Browse files
committed
Fix a typo in Travis that caused build to fail
1 parent 0f4e2df commit 83917a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ os:
1212
script:
1313
- cargo build --release --all --verbose
1414
- cargo test --release --all --verbose
15-
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; cargo build --no-default-features; fi
15+
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi
1616

1717
matrix:
1818
allow_failures:

0 commit comments

Comments
 (0)