Parcourir la source

Update link validation branch check

pull/389/head
Dave Machado il y a 6 ans
committed by GitHub
Parent
révision
267c7bc224
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. +0
    -4
      build/main.sh

+ 0
- 4
build/main.sh Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer