1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 06:02:07 +01:00

travis config

This commit is contained in:
Nikolay Kim 2019-03-14 11:55:39 -07:00
parent c9b86712e5
commit f3aa48309f

View File

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