Vmeda.Online/.travis.yml
2021-02-02 18:56:57 +01:00

8 lines
109 B
YAML

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