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 - xvfb
before_install: cd editors/code before_install: cd editors/code
install: install:
- npm install - npm ci
- npm run vscode:prepublish - npm run vscode:prepublish
script: script:
- npm ci
- npm run travis - npm run travis
env: env:
- CXX="g++-4.9", CC="gcc-4.9" - CXX="g++-4.9", CC="gcc-4.9"