Skip to content

Commit f6bb4fd

Browse files
vjkoskelaBrandonArp
authored andcommitted
Fix forked builds in Travis. (#39)
1 parent cf4ddb9 commit f6bb4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ env:
2121
install: true
2222
before_script:
2323
- gpg --import arpnetworking.key
24-
- if [ \( -n "${TRAVIS_TAG}" \) -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then export TARGET="deploy -P release"; fi;
24+
- if [ \( -n "${TRAVIS_TAG}" \) -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then export TARGET="deploy -P release --settings settings.xml"; fi;
2525
script:
26-
- curl -s ${JDKW} | bash /dev/stdin ./mvnw clean ${TARGET} --settings settings.xml -P rpm -U
26+
- curl -s ${JDKW} | bash /dev/stdin ./mvnw clean ${TARGET} -P rpm -U
2727
deploy:
2828
provider: releases
2929
api_key:

0 commit comments

Comments
 (0)