mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
16 lines
284 B
YAML
16 lines
284 B
YAML
language: node_js
|
|
before_install:
|
|
- rvm install 2.4.0
|
|
install:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-ssl --allow 403
|
|
after_script:
|
|
- cd build
|
|
- sh build.sh
|
|
- ls -l ../
|
|
- ls -l ../json
|
|
- cat -l ../json/api.json
|
|
notifications:
|
|
email: false
|