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 303873d commit f16e64aCopy full SHA for f16e64a
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
19
install:
20
- mvn --settings default.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
21
+ - mvn cobertura:cobertura && bash <(curl -s https://codecov.io/bash)
22
23
## Build and release to maven central
24
script:
@@ -46,4 +47,4 @@ deploy:
46
47
#notifications:
48
# email: false
49
# slack:
-# secure: $SLACK_TOKEN
50
+# secure: $SLACK_TOKEN
0 commit comments