mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Add main CI driver script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user