Skip to content

Commit 859e80b

Browse files
author
Zibi Braniecki
committed
Fix tarpaulin maybe
1 parent a797ee9 commit 859e80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717
- cargo test
1818

1919
before_cache: |
20-
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
20+
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
2121
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
22-
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
22+
cargo +nightly tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
2323
fi

0 commit comments

Comments
 (0)