1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

fix travis config

This commit is contained in:
Nikolay Kim 2019-03-03 08:00:12 -08:00
parent f90ca868ca
commit 015364edf8

View File

@ -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