mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Update Travis YAML to run build script for JSON
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user