Unverified Commit a3169fd1 authored by Dave Machado's avatar Dave Machado
Browse files

Update Travis YAML to run build script for JSON

parent 8c30db8a
language: ruby language: node_js
rvm: 2.2 before_install:
before_script: gem install awesome_bot - rvm install 2.4.0
script: awesome_bot README.md --allow-ssl --allow 403 install:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-ssl --allow 403
after_script:
- cd build
- sh build.sh
- ls -l ../
- ls -l ../json
- cat -l ../json/api.json
notifications: notifications:
email: false email: false
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment