public-apis/.travis.yml
Dave Machado 9b09539bb1 Merge pull request #441 from davemachado/update-json-structure
Update JSON to set Section as attribute
2017-08-05 21:50:27 -04:00

15 lines
234 B
YAML

language: node_js
notifications:
email: true
before_install:
- rvm install 2.4.0
install:
- gem install httparty ruby-progressbar
before_script:
- cd build
script:
- ./main.sh
after_success:
- ./build.sh
- ./deploy.sh