From 0c5efc8cf0e2bdecf827ad37be4deac5aaef492f Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 13 Nov 2018 19:19:12 +0100 Subject: Run coveralls only for stable --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f9230ce..a6aa9cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ matrix: - cargo install cargo-update || echo "cargo-update already installed" - cargo install cargo-travis || echo "cargo-travis already installed" - cargo install-update -a + after_success: + - cargo coveralls --verbose - env: TARGET=x86_64-unknown-linux-gnu rust: nightly @@ -62,9 +64,6 @@ script: after_script: set +e -after_success: - - cargo coveralls --verbose - cache: cargo cache: directories: @@ -72,7 +71,7 @@ cache: before_cache: # Travis can't cache files that are not readable by "others" - #- chmod -R a+r $HOME/.cargo + - chmod -R a+r $HOME/.cargo - rm -rf /home/travis/.cargo/registry branches: -- cgit v1.2.3-54-g00ecf