mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
travis config
This commit is contained in:
parent
6467d34a32
commit
2d0b609c68
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
||||||
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
|
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
|
||||||
USE_SKEPTIC=1 cargo tarpaulin --out Xml --no-count
|
USE_SKEPTIC=1 cargo tarpaulin --features="alpn,tls" --out Xml --no-count
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
echo "Uploaded code coverage"
|
echo "Uploaded code coverage"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue