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
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: ./ci/travis/cover.sh
|
||||
on:
|
||||
branch: master
|
||||
condition: $TRAVIS_EVENT_TYPE != "cron"
|
||||
# FIXME: kcov seems to be broken
|
||||
# - provider: script
|
||||
# skip_cleanup: true
|
||||
# script: ./ci/travis/cover.sh
|
||||
# on:
|
||||
# branch: master
|
||||
# condition: $TRAVIS_EVENT_TYPE != "cron"
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: ./ci/travis/guide.sh
|
||||
|
|
Loading…
Reference in a new issue