mirror of
https://github.com/actix/actix-web.git
synced 2024-12-25 01:20:37 +00:00
fix travis
This commit is contained in:
parent
20af8822fd
commit
c2bfc091bd
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ after_success:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" && "$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)
|
||||||
cargo tarpaulin --exclude ./examples/* --out Xml
|
cargo tarpaulin --out Xml
|
||||||
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