From f3aa48309f41ca263c51691d8c88fcc2b95dafd2 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 14 Mar 2019 11:55:39 -0700 Subject: [PATCH] travis config --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a89f6ba..a5c256b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,8 @@ script: fi - | if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then - RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install -f --git https://github.com/xd009642/tarpaulin.git --branch develop - cargo tarpaulin --features="ssl,tls,rust-tls" --out Xml - bash <(curl -s https://codecov.io/bash) + RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install --git https://github.com/xd009642/tarpaulin.git --branch develop + cargo tarpaulin --all --all-features --out Xml echo "Uploaded code coverage" - cargo tarpaulin --all --all-features --out Xml && bash <(curl -s https://codecov.io/bash) + bash <(curl -s https://codecov.io/bash) fi