1
mirror of https://github.com/public-apis/public-apis synced 2024-12-05 07:45:17 +01:00
public-apis/.travis.yml
2017-08-05 16:54:12 -04:00

15 lines
232 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