1
mirror of https://github.com/public-apis/public-apis synced 2025-04-24 22:29:49 +02:00

Add main CI driver script

This commit is contained in:
Dave Machado 2017-07-10 01:01:47 -04:00
parent 5902def838
commit eb4b1dfa05

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