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
e0a1e43977
commit
129ae25df8
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…
Add table
Reference in a new issue