mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-31 18:06:20 +02:00
Fix line formatting for master branch conditional
This commit is contained in:
parent
e28bfd9542
commit
d2b84f3159
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue