From 35add4b6f59808ae710c9f0f3090da1bc188db36 Mon Sep 17 00:00:00 2001 From: Will Rogers Date: Fri, 17 Apr 2020 08:25:45 +0100 Subject: [PATCH] Re-enable Travis tests.wq --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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