We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad08b9 commit b2a565eCopy full SHA for b2a565e
.travis.yml
@@ -4,6 +4,6 @@ jdk:
4
install:
5
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
6
script:
7
- - mvn test jacoco:report
+ - mvn test
8
after_success:
9
- mvn coveralls:report
0 commit comments