Skip to content

Commit bf63ef6

Browse files
author
Zibi Braniecki
committed
Update travis
1 parent 7ad61cd commit bf63ef6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ script:
1616
- cargo test
1717

1818
after_success: |
19-
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
20-
cargo tarpaulin --ciserver travis-ci --ignore-tests --coveralls $TRAVIS_JOB_ID
19+
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
20+
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
21+
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
22+
fi

0 commit comments

Comments
 (0)