Skip to content

Commit dc43360

Browse files
committed
Prebuild inkwell and run tests in release to hopefully not take as long
1 parent ed7175c commit dc43360

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
@@ -24,7 +24,8 @@ include_base: &BASE
2424
- export LLVM_PATH=/usr/share/llvm-${LLVM_VERSION}/cmake/
2525
- sed -i -e 's/llvm-sys = ".*"/llvm-sys = "'${LLVM_VERSION_SHORT}'"/' Cargo.toml
2626
script:
27-
- cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose
27+
- cargo build --release
28+
- cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose --release
2829

2930
matrix:
3031
allow_failures:

0 commit comments

Comments
 (0)