diff --git a/.travis.yml b/.travis.yml index 9c70d2faad4f..744dd4444d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ cache: env: global: + - COVERALLS_PARALLEL=true - DOCKER_IP=127.0.0.1 # for integration tests - MVN="mvn -B" - > # Various options to make execution of maven goals faster (e.g., mvn install) @@ -42,6 +43,9 @@ env: " - MAVEN_SKIP_TESTS="-DskipTests -Djacoco.skip=true" +notifications: + webhooks: https://coveralls.io/webhook + # Add various options to make 'mvn install' fast and skip javascript compile (-Ddruid.console.skip=true) since it is not # needed. Depending on network speeds, "mvn -q install" may take longer than the default 10 minute timeout to print any # output. To compensate, use travis_wait to extend the timeout.