Update appveyor.yml.
This commit is contained in:
parent
220c0e18ca
commit
02567c13b3
@ -13,7 +13,7 @@ init:
|
||||
# What combinations to test
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 1.0
|
||||
- nodejs_version: 1
|
||||
- nodejs_version: 0.12
|
||||
- nodejs_version: 0.10
|
||||
|
||||
@ -32,6 +32,6 @@ matrix:
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\AppData\Roaming\npm\node_modules # global npm modules
|
||||
- C:\Users\appveyor\AppData\Roaming\npm-cache # npm cache
|
||||
- node_modules # local npm modules
|
||||
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
|
||||
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
|
||||
- node_modules -> package.json # local npm modules
|
||||
|
Loading…
Reference in New Issue
Block a user