We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534412e commit ced336cCopy full SHA for ced336c
.travis.yml
@@ -5,4 +5,4 @@ jdk:
5
# - oraclejdk7 #It seems oraclejdk7 temp fail on Travis
6
install: true
7
after_success:
8
- - mvn clean test org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report
+ - mvn clean verify org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report
0 commit comments