Added IE back to the Travis matrix

Now that jasmine-browser works correctly with IE, we can resume testing
against it.
This commit is contained in:
Steve Gravrock
2020-07-09 11:25:54 -07:00
parent aa6cc31057
commit 226d3ba939

View File

@@ -19,6 +19,14 @@ env:
matrix:
include:
- env: JASMINE_BROWSER="internet explorer" SAUCE_BROWSER_VERSION=11 SAUCE_OS="Windows 8.1"
if: type != pull_request
addons:
sauce_connect: true
- env: JASMINE_BROWSER="internet explorer" SAUCE_BROWSER_VERSION=10 SAUCE_OS="Windows 8"
if: type != pull_request
addons:
sauce_connect: true
- env: JASMINE_BROWSER="firefox" SAUCE_BROWSER_VERSION='' SAUCE_OS="Windows 10"
if: type != pull_request
addons: