mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-25 15:06:29 +02:00
Update Travis YAML to run build script for JSON
This commit is contained in:
parent
8c30db8a97
commit
a3169fd177
1 changed files with 13 additions and 4 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,6 +1,15 @@
|
||||||
language: ruby
|
language: node_js
|
||||||
rvm: 2.2
|
before_install:
|
||||||
before_script: gem install awesome_bot
|
- rvm install 2.4.0
|
||||||
script: awesome_bot README.md --allow-ssl --allow 403
|
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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue