Skip to content

Commit 09554e5

Browse files
committed
Add features flag to test build
1 parent dc43360 commit 09554e5

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
@@ -24,7 +24,7 @@ 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 build --release
27+
- cargo build --no-default-features --features "llvm${LLVM_VERSION_DASH}" --release
2828
- cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose --release
2929

3030
matrix:

0 commit comments

Comments
 (0)