Skip to content

Commit

Permalink
Preparing to test whether project is deployed when creating a pull re…
Browse files Browse the repository at this point in the history
…quest.
  • Loading branch information
scottescue committed Aug 10, 2016
1 parent ebe5881 commit ae17215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis_after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ "$TRAVIS_BRANCH" != "master" ]; then
exit
fi

echo "Pull Request: " ${TRAVIS_PULL_REQUEST}
if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
echo "Skipping deployment for pull request"
exit
Expand Down

0 comments on commit ae17215

Please sign in to comment.