mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
install npm deps once
This commit is contained in:
parent
de278d1649
commit
025e1169da
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user