Browse Source

Update link validation branch check

pull/389/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
267c7bc224
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      build/main.sh

+ 0
- 4
build/main.sh View File

@@ -26,9 +26,5 @@ if [[ $? != 0 ]]; then
echo "link validation failed!"
exit 1
else
if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "no links to check on master branch - script failure!"
exit 1
fi
echo "link validation passed!"
fi

Loading…
Cancel
Save