Skip to content

Commit

Permalink
CI: Workaround for tarpaulin segfault (xd009642/tarpaulin#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Oct 6, 2019
1 parent 5d44ca4 commit 0ca4035
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 @@ -15,7 +15,7 @@ matrix:
install:
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin
script:
- cargo tarpaulin --out Xml
- cargo tarpaulin --out Xml -- --test-threads=1
- bash <(curl -s https://codecov.io/bash)
- name: "[RELEASE + DEBUG]: Tests w. sanitizers"
rust: nightly
Expand Down

0 comments on commit 0ca4035

Please sign in to comment.