mirror of
https://github.com/public-apis/public-apis
synced 2025-04-28 09:53:47 +02:00
Add main CI driver script
This commit is contained in:
parent
5902def838
commit
eb4b1dfa05
8
build/main.sh
Normal file
8
build/main.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ "$TRAVIS_BRANCH" == "master" ]
|
||||||
|
then
|
||||||
|
awesome_bot README.md --allow-ssl --allow 403,302
|
||||||
|
fi
|
||||||
|
|
||||||
|
./validate.rb ../README.md
|
Loading…
x
Reference in New Issue
Block a user