diff --git a/.travis.yml b/.travis.yml index 70a29a58d51..db8f69b202b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ jdk: - oraclejdk8 script: - - mvn test -B - - mvn clean -Pstrict compile test-compile -B + - mvn test -B && mvn clean -Pstrict compile test-compile -B after_success: - mvn clean cobertura:cobertura coveralls:report -pl '!benchmarks,!distribution'