Skip to content

Commit 214c8b3

Browse files
author
Zibi Braniecki
committed
Move tarpaulin before cache
1 parent f8814ec commit 214c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
- cargo test
1717
- cargo doc
1818

19-
after_success: |
19+
before_cache: |
2020
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
2121
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
2222
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID

0 commit comments

Comments
 (0)