Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fix code coverage by requiring a VM builder
Browse files Browse the repository at this point in the history
* Issue appears to be due to travis-ci/travis-ci#9061 whose workaround
includes not running on Docker
  • Loading branch information
ipetkov committed Feb 3, 2018
1 parent a5e1c7b commit 41baa67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ matrix:
- rust: nightly

- rust: stable # Running kcov on stable due to an ICE on nightly: https://github.com/rust-lang/rust/issues/47309
sudo: required # Work around for travis-ci/travis-ci#9061
env:
- RUSTFLAGS="-C link-dead-code" # Enable better code coverage at the cost of binary size
after_success:
Expand Down

0 comments on commit 41baa67

Please sign in to comment.