From 751253b9956d7934c54bd6a121247c8b260a56e2 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Feb 2018 07:53:31 -0600 Subject: [PATCH] Tweaked the surefire command-line argument. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89146fe7a..f242203f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: java jdk: oraclejdk8 -script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B \ No newline at end of file +script: bundle exec ./mvnw -D'surefire.rerunFailingTestsCount'=2 test -B \ No newline at end of file