mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
15 lines
234 B
YAML
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
|
|
|