diff --git a/.travis.yml b/.travis.yml index 08a8ed25..a71beb15 100644 --- a/.travis.yml +++ b/.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