Fix line formatting for master branch conditional

This commit is contained in:
Dave Machado 2017-07-10 09:24:10 -04:00
parent e28bfd9542
commit d2b84f3159

View file

@ -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