From dd3cf93430dc5b610656cdfad603a604a499759f Mon Sep 17 00:00:00 2001 From: Charles Allen Date: Fri, 19 Feb 2016 07:38:06 -0800 Subject: [PATCH] Fail travis builds faster --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'