Another tweak to the build command.

This commit is contained in:
Christopher Jones 2018-02-06 08:01:06 -06:00
parent 5d6bdf9e00
commit 359875d2d4

View file

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