mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-15 01:56:44 +02:00
8 lines
139 B
Bash
8 lines
139 B
Bash
#!/bin/bash
|
|
|
|
if [ "$TRAVIS_BRANCH" == "master" ]
|
|
then
|
|
awesome_bot README.md --allow-ssl --allow 403,302
|
|
fi
|
|
|
|
./validate.rb ../README.md
|