print out additions being validated

This commit is contained in:
Dave Machado 2017-07-21 14:51:23 -04:00
parent 530d404408
commit ab5d27c575

View file

@ -3,6 +3,8 @@ FORMAT_FILE=../README.md
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
git show | egrep "\+" > additions.txt
echo "--ADDITIONS--"
cat additions.txt
LINK_FILE=additions.txt
else
echo "running on $TRAVIS_BRANCH branch"