Skip to content

Commit 7699f05

Browse files
committed
Force recompile on Travis to ensure all file tests are run
1 parent 74fd840 commit 7699f05

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+
- touch build.rs && cargo test --features "file-tests llvm-backend"

0 commit comments

Comments
 (0)