Update link validation branch check

This commit is contained in:
Dave Machado
2017-07-23 19:41:11 -04:00
committed by GitHub
parent c1bb855f75
commit 267c7bc224

View File

@@ -26,9 +26,5 @@ if [[ $? != 0 ]]; then
echo "link validation failed!"
exit 1
else
if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "no links to check on master branch - script failure!"
exit 1
fi
echo "link validation passed!"
fi