Skip to content

Commit cb6f413

Browse files
committed
Specify tests should link against ffi in .travis.yml
This is because tests are overriding the specification in .cargo/config
1 parent 25e1102 commit cb6f413

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
@@ -94,7 +94,7 @@ matrix:
9494

9595
env:
9696
global:
97-
- RUSTFLAGS="-C link-dead-code -C target-cpu=native"
97+
- RUSTFLAGS="-C link-dead-code -C target-cpu=native -l ffi"
9898

9999
after_success: |
100100
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&

0 commit comments

Comments
 (0)