summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-13 19:19:12 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-13 19:19:12 +0100
commit0c5efc8cf0e2bdecf827ad37be4deac5aaef492f (patch)
tree40c54942111b73137e0383e9b90f43c53eab77b9
parent37901aae9f637a043a3f8a315050169aacc1b293 (diff)
downloadads1x1x-async-0c5efc8cf0e2bdecf827ad37be4deac5aaef492f.tar.gz
ads1x1x-async-0c5efc8cf0e2bdecf827ad37be4deac5aaef492f.tar.xz
ads1x1x-async-0c5efc8cf0e2bdecf827ad37be4deac5aaef492f.zip
Run coveralls only for stable
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
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: