Skip to content

Commit 13466f9

Browse files
committed
Fix Travis script command to actually run all the tests
1 parent b4ba5c5 commit 13466f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ before_script:
2727
- bash lint.sh
2828

2929
script:
30-
- cargo test --features file-tests llvm-backend
30+
- cargo test --features "file-tests llvm-backend"

0 commit comments

Comments
 (0)