language-server-protocol-in.../.travis.yml

11 строки
187 B
YAML

language: node_js
node_js: 8
cache: yarn
install:
- cd lsp-inspector && yarn && cd ..
- cd lsp-inspector-webview && yarn && cd ..
script:
- cd lsp-inspector && yarn test && cd ..