1611: install npm deps once r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-07-29 08:13:39 +00:00
commit d74635244c

View file

@ -41,10 +41,9 @@ matrix:
- xvfb
before_install: cd editors/code
install:
- npm install
- npm ci
- npm run vscode:prepublish
script:
- npm ci
- npm run travis
env:
- CXX="g++-4.9", CC="gcc-4.9"