public-apis/.travis.yml

15 lines
232 B
YAML
Raw Normal View History

2017-07-10 07:42:55 +02:00
language: node_js
notifications:
2017-08-05 22:54:12 +02:00
email: true
before_install:
- rvm install 2.4.0
install:
2017-07-12 18:13:17 +02:00
- gem install httparty ruby-progressbar
2017-06-29 18:25:56 +02:00
before_script:
2017-07-10 07:05:15 +02:00
- cd build
script:
2017-07-10 07:41:50 +02:00
- ./main.sh
after_success:
2017-07-10 07:41:50 +02:00
- ./build.sh
- ./deploy.sh