Vmeda.Online/.travis.yml
2020-10-07 13:04:37 +02:00

7 lines
86 B
YAML

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