Use centralized ci for coverage

pull/4/head
Diego Barrios Romero 2018-11-19 22:05:44 +01:00
parent 37ae7aba43
commit 9510730e24
1 changed files with 2 additions and 10 deletions

View File

@ -10,11 +10,9 @@ matrix:
include: include:
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
before_script: before_script:
- cargo install cargo-update || echo "cargo-update already installed" - bash ci/coverage_before_script.sh
- cargo install cargo-travis || echo "cargo-travis already installed"
- cargo install-update -a
after_success: after_success:
- cargo coveralls --verbose - bash ci/coverage_after_success.sh
addons: addons:
apt: apt:
packages: packages:
@ -66,12 +64,6 @@ cache:
before_cache: before_cache:
bash ci/before_cache.sh bash ci/before_cache.sh
branches:
only:
- master
- staging
- trying
notifications: notifications:
email: email:
on_success: never on_success: never