yunohost-admin/.travis.yml
2021-01-19 18:33:02 +01:00

9 lines
117 B
YAML

language: node_js
node_js:
- "10"
before_install:
- cd app
script:
- npm ci
- npm run lint
- npm run build