mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Fix line formatting for master branch conditional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user