mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-24 14:36:21 +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
|
||||
rvm: 2.2
|
||||
before_script: gem install awesome_bot
|
||||
script: awesome_bot README.md --allow-ssl --allow 403
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue