Skip to content

Commit

Permalink
bugfix: workaround for multi-threading with cargo tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming Jing committed Mar 31, 2019
1 parent d03b164 commit 19ae9eb
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 @@ -55,7 +55,7 @@ matrix:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check `find src -iname "*.rs"`
- docker run --security-opt seccomp=unconfined -v "$PWD:/volume" xd009642/tarpaulin
- docker run --cpuset-cpus="0" --security-opt seccomp=unconfined -v "$PWD:/volume" xd009642/tarpaulin
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
allow_failures:
- rust: nightly
Expand Down

0 comments on commit 19ae9eb

Please sign in to comment.