mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Create .travis.yml
This commit is contained in:
parent
41c0349cf8
commit
1808817eca
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"language": "node_js",
|
||||
"before_install": [
|
||||
"git clone https://github.com/YunoHost/package_linter /tmp/package_linter"
|
||||
],
|
||||
"script": [
|
||||
"/tmp/package_linter/package_linter.py ./"
|
||||
],
|
||||
"group": "stable",
|
||||
"dist": "trusty",
|
||||
"os": "linux"
|
||||
}
|
Loading…
Reference in a new issue