1
0
Fork 0
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:
ewilly 2017-07-26 21:26:26 +02:00 committed by GitHub
parent 41c0349cf8
commit 1808817eca

12
.travis.yml Normal file
View 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"
}