We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7175c commit dc43360Copy full SHA for dc43360
.travis.yml
@@ -24,7 +24,8 @@ include_base: &BASE
24
- export LLVM_PATH=/usr/share/llvm-${LLVM_VERSION}/cmake/
25
- sed -i -e 's/llvm-sys = ".*"/llvm-sys = "'${LLVM_VERSION_SHORT}'"/' Cargo.toml
26
script:
27
- - cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose
+ - cargo build --release
28
+ - cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose --release
29
30
matrix:
31
allow_failures:
0 commit comments