Skip to content

Commit cf3d73a

Browse files
committed
Line
1 parent 8ea13f9 commit cf3d73a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ script:
55
- mvn verify
66
after_success:
77
- mvn coveralls:report
8-
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy
9-
--settings travis/settings.xml
8+
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy --settings travis/settings.xml
109
cache:
1110
directories:
1211
- "~/.m2"

0 commit comments

Comments
 (0)