install npm deps once

This commit is contained in:
Aleksey Kladov 2019-07-29 11:13:16 +03:00
parent de278d1649
commit 025e1169da

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"