Skip to content

Commit

Permalink
Specify tests should link against ffi in .travis.yml
Browse files Browse the repository at this point in the history
This is because tests are overriding the specification in .cargo/config
  • Loading branch information
TheDan64 committed Apr 17, 2018
1 parent 25e1102 commit cb6f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ matrix:

env:
global:
- RUSTFLAGS="-C link-dead-code -C target-cpu=native"
- RUSTFLAGS="-C link-dead-code -C target-cpu=native -l ffi"

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

0 comments on commit cb6f413

Please sign in to comment.