mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
Add json validate for travis (#220)
* Add json validate for travis * Update .travis.yml * Update .travis.yml
This commit is contained in:
@@ -11,9 +11,11 @@ addons:
|
||||
before_install:
|
||||
- shopt -s globstar
|
||||
- docker pull koalaman/shellcheck
|
||||
- docker pull stedolan/jq
|
||||
|
||||
script:
|
||||
- docker run -v $(pwd):/mnt koalaman/shellcheck **/*.sh
|
||||
- cat -- **/*.json | docker run -v $(pwd):/mnt stedolan/jq '.'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user