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

15 lines
233 B
YAML

language: node_js
notifications:
email: false
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