Vmeda.Online/.travis.yml
2020-12-15 12:55:17 +01:00

9 lines
110 B
YAML

language: node_js
node_js: 12
cache: npm
script:
- npm run lint
- npm run test:ci
- npm run build:prod