mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
[enh] add a travis.yml
This commit is contained in:
parent
4557261364
commit
2ca841acc4
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue