diff --git a/.travis.yml b/.travis.yml index 6e1a620a..6c6139a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - rust: nightly before_cache: | if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then - RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin + RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin -f fi before_script: - rustup component add rustfmt @@ -30,6 +30,6 @@ script: | cargo test after_success: | if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then - cargo tarpaulin --out Xml + cargo tarpaulin --run-types Tests Doctests --out Xml bash <(curl -s https://codecov.io/bash) fi