Skip to content

Commit 13a2e02

Browse files
committed
Fix duplicate AppVeyor key
1 parent 548bd3e commit 13a2e02

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

appveyor.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ environment:
55
- node_version: "7"
66
- node_version: "6"
77
- node_version: "4"
8+
IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
89

910
cache:
10-
- node_modules
11-
12-
environment:
13-
IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
11+
- "%LOCALAPPDATA%/Yarn"
1412

1513
install:
16-
- ps: Install-Product node $env:node_version
1714
- choco install -i yarn
1815
- refreshenv
1916
- yarn install
2017

21-
cache:
22-
- "%LOCALAPPDATA%/Yarn"
23-
2418
test_script:
2519
- npm run test-ie
2620

0 commit comments

Comments
 (0)