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 7fb5025 commit 984fa0eCopy full SHA for 984fa0e
.travis.yml
@@ -10,4 +10,7 @@ sudo: true
10
script:
11
- sudo rm /etc/mavenrc
12
- export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
13
- - mvn clean install -Dmaven.javadoc.skip=true
+ - mvn clean install -Dmaven.javadoc.skip=true cobertura:cobertura
14
+
15
+after_success:
16
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments