mirror of https://github.com/eldruin/ds323x-rs
Use centralized ci for coverage
parent
37ae7aba43
commit
9510730e24
12
.travis.yml
12
.travis.yml
|
@ -10,11 +10,9 @@ matrix:
|
|||
include:
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
before_script:
|
||||
- cargo install cargo-update || echo "cargo-update already installed"
|
||||
- cargo install cargo-travis || echo "cargo-travis already installed"
|
||||
- cargo install-update -a
|
||||
- bash ci/coverage_before_script.sh
|
||||
after_success:
|
||||
- cargo coveralls --verbose
|
||||
- bash ci/coverage_after_success.sh
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
@ -66,12 +64,6 @@ cache:
|
|||
before_cache:
|
||||
bash ci/before_cache.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
|
Loading…
Reference in New Issue