fixed travis test coverage configuration

This commit is contained in:
Sebastian Stenzel
2016-04-27 01:18:37 +02:00
parent c02a63878e
commit 833f2d8566

View File

@@ -16,7 +16,7 @@ before_install: "curl -L --cookie 'oraclelicense=accept-securebackup-cookie;' ht
script: mvn -fmain/pom.xml clean test
after_success: mvn -fmain/pom.xml clean test jacoco:report coveralls:report
after_success: mvn -fmain/pom.xml -Ptest-coverage clean test jacoco:report-aggregate coveralls:report
notifications:
webhooks: