Browse Source

Update main.sh

pull/884/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
42e2bdc755
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh View File

@@ -11,5 +11,5 @@ fi

if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "running link validation..."
awesome_bot README.md --allow-ssl --allow 403,302
awesome_bot ../README.md --allow-ssl --allow 403,302
fi

Loading…
Cancel
Save