mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
ci: add cache and match with nvmrc on appveyor
This commit is contained in:
parent
d7b46d09e6
commit
c298b25b23
@ -1,13 +1,12 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "6.9"
|
- nodejs_version: "6"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm install -g yarn
|
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
@ -17,3 +16,7 @@ test_script:
|
|||||||
- node tests\run_e2e.js
|
- node tests\run_e2e.js
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
|
- "%LOCALAPPDATA%/Yarn"
|
Loading…
x
Reference in New Issue
Block a user