travis improvement

with manifest check JSON
This commit is contained in:
Bastien 2018-05-13 12:33:59 +02:00 committed by GitHub
parent a55574ac9b
commit 24ff5a8687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
language: php
language: python
before_script:
- git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
- mv ../vpnclient_ynh vpnclient_ynh
script:
- python -m json.tool vpnclient_ynh/manifest.json
- ./package_linter.py vpnclient_ynh
notifications:
email: false