travis improvement
with manifest check JSON
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
language: php
|
language: python
|
||||||
before_script:
|
before_script:
|
||||||
- git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
|
- git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
|
||||||
- mv ../vpnclient_ynh vpnclient_ynh
|
- mv ../vpnclient_ynh vpnclient_ynh
|
||||||
script:
|
script:
|
||||||
|
- python -m json.tool vpnclient_ynh/manifest.json
|
||||||
- ./package_linter.py vpnclient_ynh
|
- ./package_linter.py vpnclient_ynh
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
Reference in New Issue
Block a user