mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-05 01:28:54 +02:00
15 lines
258 B
YAML
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
|