diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-03-19 21:52:48 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-03-19 22:03:04 +0800 |
commit | 4b886515543e15b316f219f5c16db1e6e661dff0 (patch) | |
tree | 48197e1cb7e024ba319105a26e3c1f5e759c9d81 /.travis.yml | |
parent | 6eb49bfaac55b7d77531d7a923fbdd013263d2bb (diff) | |
download | dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar.gz dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar.bz2 dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar.lz dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar.xz dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.tar.zst dexon-tests-4b886515543e15b316f219f5c16db1e6e661dff0.zip |
Check for duplicate keys in JSON objects
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f3d378022..db91ed687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: - master - develop sudo: false -install: "npm install jsonschema" +install: "npm install jsonschema json-duplicate-key-handle" script: # won't fail, but print problems - find . -name "*.json" -not -name "*Filler.json" -exec echo {} \; -exec python -mjson.tool {} /dev/null \; 2>&1 | grep -v -B 1 "^\./" | cat |