Skip to content

Commit 2a68058

Browse files
committed
Conflicts: .travis.yml
2 parents 61f0bb7 + 2c705a0 commit 2a68058

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ cache:
99
- '$HOME/.m2/repository'
1010

1111
install: /bin/true
12-
script: mvn deploy -s ./travis-settings.xml -V -Prun-its -B -e
12+
script:
13+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn deploy -s ./travis-settings.xml -V -Prun-its -q -B -e|| mvn install -s ./travis-settings.xml -V -Prun-its -q -B -e'

0 commit comments

Comments
 (0)