Another tweak to the build command.

This commit is contained in:
Christopher Jones 2018-02-06 07:58:08 -06:00
parent 751253b995
commit 5d6bdf9e00

View file

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