Vmeda.Online/.travis.yml

8 lines
104 B
YAML

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