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 8ea13f9 commit cf3d73aCopy full SHA for cf3d73a
.travis.yml
@@ -5,8 +5,7 @@ script:
5
- mvn verify
6
after_success:
7
- mvn coveralls:report
8
-- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy
9
- --settings travis/settings.xml
+- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy --settings travis/settings.xml
10
cache:
11
directories:
12
- "~/.m2"
0 commit comments