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