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

Fix line formatting for master branch conditional

parent e28bfd95
......@@ -9,8 +9,7 @@ else
echo "format validation FAILED"
fi
if [ "$TRAVIS_BRANCH" == "master" ]
then
if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "running link validation..."
awesome_bot README.md --allow-ssl --allow 403,302
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