1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/.travis.yml
2017-03-30 23:07:34 +02:00

7 lines
197 B
YAML

language: python
python:
- "2.7"
script:
- python -m json.tool official.json
- python -m json.tool community.json
- for i in ./locales/*.json; do python -m json.tool $i || return 1; done