From a9728abfc8094b42a45edad4a2ac0dacf945a2f6 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 20 May 2018 21:10:50 -0700 Subject: [PATCH] run coverage report on 1.24 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39f74d87..f930f508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ before_script: script: - | - if [[ "$TRAVIS_RUST_VERSION" != "beta" ]]; then + if [[ "$TRAVIS_RUST_VERSION" != "1.24.0" ]]; then cargo clean cargo test --features="alpn,tls" -- --nocapture fi - | - if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then + if [[ "$TRAVIS_RUST_VERSION" == "1.24.0" ]]; then bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh) USE_SKEPTIC=1 cargo tarpaulin --out Xml --no-count bash <(curl -s https://codecov.io/bash)