We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8a520 commit 5fd1355Copy full SHA for 5fd1355
.travis.yml
@@ -19,8 +19,7 @@ cache:
19
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
20
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
21
after_success:
22
- - "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
23
- - "mvn -B cobertura:cobertura coveralls:report"
+ - "mvn -B source:jar javadoc:jar deploy --settings target/travis/settings.xml"
24
25
# whitelist
26
branches:
0 commit comments