yunohost-admin/.travis.yml

10 lines
117 B
YAML
Raw Normal View History

2020-06-04 00:14:57 +02:00
language: node_js
node_js:
- "10"
before_install:
2021-01-19 18:33:02 +01:00
- cd app
2020-06-04 00:14:57 +02:00
script:
- npm ci
2021-01-19 18:33:02 +01:00
- npm run lint
- npm run build