Skip to content

Commit

Permalink
Use up-to-date tarpaulin and only clean imap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 28, 2018
1 parent 6d158e7 commit ec52a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
rust: nightly
env: CACHE_NAME=coverage
script:
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || true
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --force cargo-tarpaulin || true
- cargo tarpaulin --out Xml
- bash <(curl -s https://codecov.io/bash)
- cargo clean # ensure we don't cache build for coverage
- cargo clean -p imap # ensure we don't cache build for coverage
stages:
- check
- test
Expand Down

0 comments on commit ec52a64

Please sign in to comment.