From b4c5d16ce917f362fce577d3bdb1b01c72c68417 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Fri, 27 Sep 2019 16:10:45 +0200 Subject: [PATCH] changed travis --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b51d06b..0eb3218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,10 @@ matrix: # for file in target/debug/hls_m3u8-*[^\.d]; do mkdir -p "target/cov/$(basename $file)"; ./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; done && # bash <(curl -s https://codecov.io/bash) && # echo "Uploaded code coverage" -before_install: | - if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then - cargo install cargo-tarpaulin -f - fi after_success: | if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then + cargo install cargo-tarpaulin -f # Uncomment the following line for coveralls.io cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID