kcov seems to broken
This commit is contained in:
parent
82129c70b4
commit
ced632b357
13
.travis.yml
13
.travis.yml
|
@ -44,12 +44,13 @@ script:
|
||||||
- ./ci/travis/test.sh
|
- ./ci/travis/test.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
# FIXME: kcov seems to be broken
|
||||||
skip_cleanup: true
|
# - provider: script
|
||||||
script: ./ci/travis/cover.sh
|
# skip_cleanup: true
|
||||||
on:
|
# script: ./ci/travis/cover.sh
|
||||||
branch: master
|
# on:
|
||||||
condition: $TRAVIS_EVENT_TYPE != "cron"
|
# branch: master
|
||||||
|
# condition: $TRAVIS_EVENT_TYPE != "cron"
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: ./ci/travis/guide.sh
|
script: ./ci/travis/guide.sh
|
||||||
|
|
Loading…
Reference in a new issue