diff --git a/.travis.yml b/.travis.yml index 89146fe7a..c0f28cfa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,2 @@ language: java jdk: oraclejdk8 -script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8839b2e1b..c830f82c9 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,23 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 2.20.1 + + + org.apache.maven.surefire + surefire-junit47 + 2.20.1 + + + + 2 + + + org.codehaus.mojo cobertura-maven-plugin