This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add main CI driver script
pull/385/head
Dave Machado
7 years ago
parent
5902def838
commit
eb4b1dfa05
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
build/main.sh
+ 8
- 0
build/main.sh
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
Write
Preview
Loading…
Cancel
Save