diff --git a/.travis.yml b/.travis.yml index 6d6385de466..3510496e071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: # Build everything else. # -q is required so the log doesn't exceed Travis's 4MB limit. # Skip the tests because otherwise the build exceeds Travis's time limit. - - travis_wait 30 mvn -q clean verify -Dcsstudio.composite.repo=${REPO} -DskipTests=true + - travis_wait 30 mvn -q clean verify -Dcsstudio.composite.repo=${REPO} after_failure: - find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat