Update .travis.yml

This commit is contained in:
Kayou
2019-05-27 18:17:31 +02:00
committed by GitHub
parent 33e328c061
commit b4138c039f

View File

@ -4,4 +4,5 @@ python:
script:
- python -m json.tool official.json
- python -m json.tool community.json
- python -m json.tool apps.json
- for i in ./locales/*.json; do python -m json.tool $i || return 1; done