We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dc0be commit fada305Copy full SHA for fada305
.appveyor.yml
@@ -1,13 +1,12 @@
1
environment:
2
matrix:
3
- - nodejs_version: "6.9"
+ - nodejs_version: "6"
4
5
6
fast_finish: true
7
8
install:
9
- ps: Install-Product node $env:nodejs_version
10
- - npm install -g yarn
11
- yarn install
12
13
test_script:
@@ -17,3 +16,7 @@ test_script:
17
16
- node tests\run_e2e.js
18
19
build: off
+
20
+cache:
21
+ - node_modules
22
+ - "%LOCALAPPDATA%/Yarn"
0 commit comments