Vmeda.Online/.travis.yml

8 lines
104 B
YAML
Raw Normal View History

language: node_js
node_js: 12
cache: npm
script:
- npm run lint
- npm run test:ci
2020-10-07 09:19:15 +00:00
- npm run build