From 1e29004478969583060baf2050353a3bf12ecd9f Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 31 Jan 2019 12:07:10 +0800 Subject: [PATCH] upload snapshot artifact even from release-for-lts branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a10d642e..7d5be4fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ deploy: skip_cleanup: true script: mvn deploy -B -P deploy -Dgpg.skip -s .travis/settings.xml on: - branch: master + branch: release-for-lts condition: "$SONAR_VERSION = '6.7'*" # deploy STABLE artifact onto Sonatype Nexus - provider: script