mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 15:46:48 +00:00
fix travis config
This commit is contained in:
parent
f90ca868ca
commit
015364edf8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ after_success:
|
|||
fi
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then
|
||||
cargo tarpaulin --features="ssl" --out Xml
|
||||
cargo tarpaulin --out Xml
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
echo "Uploaded code coverage"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue