Commit 267c7bc2 authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Update link validation branch check

parent c1bb855f
......@@ -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
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