Browse Source

travis improvement

with manifest check JSON
Bastien 7 years ago
parent
commit
24ff5a8687
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -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