vscode-chrome-debug/.travis.yml

10 строки
101 B
YAML

language: node_js
node_js:
- "7.0"
script:
- npm run build
- npm test
- npm run lint