public-apis/.travis.yml
2017-08-03 10:33:06 -04:00

15 lines
258 B
YAML

language: python
notifications:
email: false
before_install:
- rvm install 2.4.0
install:
- gem install httparty ruby-progressbar
- pip install build-bot
before_script:
- cd build
script:
- ./main.sh
after_success:
- ./build.sh
- ./deploy.sh