viewer/.travis.yml

9 строки
111 B
YAML

language: node_js
cache:
directories:
- node_modules
node_js:
- node
script:
- npm run lint
- npm run build