Skip to content

Commit 55aa265

Browse files
committed
Publish snapshot builds to group id 'io.github.microservice-api-patterns' now
1 parent d471130 commit 55aa265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010
if [[ $TRAVIS_TAG =~ ^v.* ]]; then
1111
./gradlew clean build publish -Prelease.useLastTag=true -Psigning.keyId=${GPG_KEY_ID} -Psigning.password=${GPG_KEY_PASSPHRASE}
1212
else
13-
./gradlew clean build snapshot
13+
./gradlew clean build snapshot $(if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo "publish -Psigning.keyId=${GPG_KEY_ID} -Psigning.password=${GPG_KEY_PASSPHRASE}"; fi)
1414
fi
1515
1616
before_install:

0 commit comments

Comments
 (0)