Disable coverage temporarily.

This commit is contained in:
강동윤 2018-03-02 15:10:08 +09:00
parent 27d9b1e154
commit 9843be331b

View File

@ -21,13 +21,15 @@ before_install:
script:
- |
cargo build --verbose --all &&
cargo test --no-run --all --verbose &&
cargo test --all
after_success:
- bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
- |
cargo tarpaulin --all --ignore-tests --out Xml &&
bash <(curl -s https://codecov.io/bash)
# Temporarily disabled because cargo tarpaulin does not set CARGO_MANIFEST_DIR.
#
# - bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
# - |
# cargo tarpaulin --all --ignore-tests --out Xml &&
# bash <(curl -s https://codecov.io/bash)
- '[ $TRAVIS_PULL_REQUEST = false ] &&
[ "$TRAVIS_BRANCH" == "master" ] &&
./.travis/docs.sh'