blob: e478bf3bfdda7aabdbac3d2b2f79f5dcc2e81fc2 [file] [log] [blame]
# https://www.appveyor.com/docs/appveyor-yml/
environment:
matrix:
- node_version: "12"
- node_version: "10"
- node_version: "8"
IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplore.exe"
cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"
build_script:
- cmd: yarn install
test_script:
- cmd: yarn run test-ie