1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 11:51:50 +01:00

reinstall tarpaulin

This commit is contained in:
Nikolay Kim 2019-03-14 11:31:32 -07:00
parent 0f74f280f9
commit c9b86712e5

View File

@ -43,7 +43,7 @@ script:
fi
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --git https://github.com/xd009642/tarpaulin.git --branch develop
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install -f --git https://github.com/xd009642/tarpaulin.git --branch develop
cargo tarpaulin --features="ssl,tls,rust-tls" --out Xml
bash <(curl -s https://codecov.io/bash)
echo "Uploaded code coverage"