kcov seems to broken

This commit is contained in:
konstin 2018-08-21 23:41:57 +02:00
parent 82129c70b4
commit ced632b357

View file

@ -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