mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 23:59:27 +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:
|
||||
matrix:
|
||||
- nodejs_version: "6.9"
|
||||
- nodejs_version: "6"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm install -g yarn
|
||||
- yarn install
|
||||
|
||||
test_script:
|
||||
@ -17,3 +16,7 @@ test_script:
|
||||
- node tests\run_e2e.js
|
||||
|
||||
build: off
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
- "%LOCALAPPDATA%/Yarn"
|
Loading…
x
Reference in New Issue
Block a user