diff --git a/.travis.yml b/.travis.yml index 45e87eb4..91bda32a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,5 @@ language: python python: - "2.7" 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