Browse Source

Add main CI driver script

pull/385/head
Dave Machado 6 years ago
parent
commit
eb4b1dfa05
1 changed files with 8 additions and 0 deletions
  1. +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

Loading…
Cancel
Save