public-apis/.travis.yml
2017-05-25 00:23:02 -04:00

16 lines
284 B
YAML

language: node_js
before_install:
- rvm install 2.4.0
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:
email: false