We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffaf3e commit 84b69b1Copy full SHA for 84b69b1
.travis.yml
@@ -2,5 +2,7 @@ sudo: false
2
language: java
3
jdk:
4
- oraclejdk8
5
+script:
6
+ - mvn clean install
7
after_success:
- - mvn clean install cobertura:cobertura coveralls:cobertura
8
+ - mvn cobertura:cobertura coveralls:cobertura
0 commit comments