Vmeda.Online/.travis.yml
2020-11-02 13:02:29 +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