Commit ab5d27c5 authored by Dave Machado's avatar Dave Machado
Browse files

print out additions being validated

parent 530d4044
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment