Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Debugging Travis build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 committed Jun 7, 2016
1 parent 32f4c3a commit ddef5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euo pipefail

echo "TRAVIS_PULL_REQUEST: ${TRAVIS_PULL_REQUEST}"
echo "TRAVIS_BRANCH: ${TRAVIS_BRANCH}"
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "Setting Maven release values"
mvn versions:set -DnewVersion=$(git tag | tail -n 1)
Expand Down

0 comments on commit ddef5fa

Please sign in to comment.