Skip to content

Commit

Permalink
Initial Appveyor support for testing IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Nov 6, 2018
1 parent 47fe4a2 commit 247e664
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
image: Visual Studio 2017
environment:
matrix:
- nodejs_version: "8"

install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

test_script:
- npm --silent run build
- npm --silent run test -- --browsers IE --webgl-stub --suppressPassed

# Don't actually build.
build: off

0 comments on commit 247e664

Please sign in to comment.