mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
14 lines
233 B
YAML
14 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
|