diff --git a/.travis.yml b/.travis.yml index 808d10d5..2ed7ec26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,11 @@ script: after_success: - coveralls # Only upload coverage report from pythonn 3.7 test run if BUILD_DOCKER_IMAGES is not null and not empty - #- | - # if [ -n "${BUILD_DOCKER_IMAGES}" ]; then - # coveralls - # fi + - | + if [ -n "${BUILD_DOCKER_IMAGES}" ]; then + coveralls + fi notifications: webhooks: https://coveralls.io/webhook