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 548bd3e commit 13a2e02Copy full SHA for 13a2e02
appveyor.yml
@@ -5,22 +5,16 @@ environment:
5
- node_version: "7"
6
- node_version: "6"
7
- node_version: "4"
8
+ IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
9
10
cache:
- - node_modules
11
-
12
-environment:
13
- IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
+ - "%LOCALAPPDATA%/Yarn"
14
15
install:
16
- - ps: Install-Product node $env:node_version
17
- choco install -i yarn
18
- refreshenv
19
- yarn install
20
21
-cache:
22
- - "%LOCALAPPDATA%/Yarn"
23
24
test_script:
25
- npm run test-ie
26
0 commit comments