From cefcd4fad8faa444389af37f400611db41d6b1a3 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Feb 2018 07:43:11 -0600 Subject: [PATCH] Updated the default build command to try and re-run goofy tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c0f28cfa4..89146fe7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ language: java jdk: oraclejdk8 +script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B \ No newline at end of file