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