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