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.
2 parents 61f0bb7 + 2c705a0 commit 2a68058Copy full SHA for 2a68058
.travis.yml
@@ -9,4 +9,5 @@ cache:
9
- '$HOME/.m2/repository'
10
11
install: /bin/true
12
-script: mvn deploy -s ./travis-settings.xml -V -Prun-its -B -e
+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