mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add travis
This commit is contained in:
parent
d7eec9d23f
commit
f85bf8ce64
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
before_install:
|
||||
- cd src
|
||||
script:
|
||||
- npm ci
|
||||
- gulp build --dev
|
||||
- gulp lint --dev
|
Loading…
Reference in a new issue