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

[mod] official.json & community.json has been removed, remove them from CI

This commit is contained in:
Laurent Peuch 2019-06-23 14:22:49 +02:00
parent 267b875c6c
commit ac3e1cc88a

View file

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