Skip to content

Commit 5fd1355

Browse files
committed
minor tweaks to maven on travis
1 parent 7e8a520 commit 5fd1355

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ cache:
1919
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
2020
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
2121
after_success:
22-
- "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
23-
- "mvn -B cobertura:cobertura coveralls:report"
22+
- "mvn -B source:jar javadoc:jar deploy --settings target/travis/settings.xml"
2423

2524
# whitelist
2625
branches:

0 commit comments

Comments
 (0)