This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update link validation branch check
pull/389/head
Dave Machado
7 years ago
committed by
GitHub
parent
c1bb855f75
commit
267c7bc224
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save