Skip to content

Commit

Permalink
Fix travis building pull requests, there are no secure env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jun 17, 2016
1 parent b768f53 commit 8117104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
mvn clean deploy --settings travis/settings.xml | sed "s/$RUNELITE_BACKEND/REDACTED/g"
exit
else
set -o pipefail
mvn clean verify --settings travis/settings.xml | sed "s/$RUNELITE_BACKEND/REDACTED/g"
mvn clean verify --settings travis/settings.xml
exit
fi

0 comments on commit 8117104

Please sign in to comment.