ci: Lint package with ynh linter
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: php
|
||||
|
||||
before_script:
|
||||
- git clone --depth 1 git://github.com/YunoHost/package_linter ../package_linter && cd ../package_linter
|
||||
- mv ../hostspot_ynh hostspot_ynh
|
||||
|
||||
script:
|
||||
- ./package_linter.py hostspot_ynh
|
||||
Reference in New Issue
Block a user