Delete .travis.yml

This commit is contained in:
Kayou
2021-07-07 14:29:21 +02:00
committed by GitHub
parent 9c81942e23
commit a4c1506bd8

View File

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