diff --git a/.travis.yml b/.travis.yml index f242203f3..c3d08ca90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: java jdk: oraclejdk8 -script: bundle exec ./mvnw -D'surefire.rerunFailingTestsCount'=2 test -B \ No newline at end of file +script: bundle exec ./mvnw '-Dsurefire.rerunFailingTestsCount=2' test -B \ No newline at end of file