Make sure tarpaulin builds with the right features
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ script:
|
|||||||
after_success: |
|
after_success: |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
|
||||||
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
|
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
|
||||||
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
|
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID --features toml
|
||||||
fi
|
fi
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|||||||
Reference in New Issue
Block a user