Merge #1611
1611: install npm deps once r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
d74635244c
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue