aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-23 20:54:50 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-23 20:54:50 -0700
commit2e2a5b467458e3935edb85e128ea2b97c0f5a829 (patch)
tree053264c7195babed20dcdec582728362b8392daf
parent9dea7979fdccad3b714fe831545f2e0ea3110944 (diff)
downloadjackson-annotations-2e2a5b467458e3935edb85e128ea2b97c0f5a829.tar.gz
Change .travis.yml with master changes
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 43c9b1e..9b7656c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ jdk:
# Below this line is configuration for deploying to the Sonatype OSS repo
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
-after_success: "mvn deploy --settings target/travis/settings.xml"
+script: "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn -B source:jar deploy --settings target/travis/settings.xml || mvn clean verify --settings target/travis/settings.xml"
env:
global: