Browse Source

Fix line formatting for master branch conditional

pull/385/head
Dave Machado 6 years ago
parent
commit
d2b84f3159
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      build/main.sh

+ 1
- 2
build/main.sh 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

Loading…
Cancel
Save