Tweaked the surefire command-line argument.

This commit is contained in:
Christopher Jones 2018-02-06 07:53:31 -06:00
parent cefcd4fad8
commit 751253b995

View file

@ -1,3 +1,3 @@
language: java
jdk: oraclejdk8
script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B
script: bundle exec ./mvnw -D'surefire.rerunFailingTestsCount'=2 test -B