Merge pull request #2506 from metamx/failTravisFaster

Fail travis builds faster
This commit is contained in:
Fangjin Yang 2016-02-19 11:01:37 -08:00
commit 44e925c98f
1 changed files with 1 additions and 2 deletions

View File

@ -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'