[ci] Fix coveralls integration: run a install first

This commit is contained in:
Andreas Dangel
2018-01-30 09:53:59 +01:00
parent 5c8016e58e
commit 79882b1eb0

View File

@ -16,4 +16,5 @@ fi
# coveralls plugin seems to need java.xml.bind module
# echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se.ee'" > ${HOME}/.mavenrc
./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V
./mvnw clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
./mvnw test jacoco:report coveralls:report -Pcoveralls -B -V