Update browser test list
We want to also test Microsoft Edge, and Internet Explorer on Windows 10 is really a reskinned Edge so we also need to test on Windows 7.
This commit is contained in:
parent
24231f1ae3
commit
9dc580db27
|
@ -9,7 +9,8 @@ env:
|
|||
matrix:
|
||||
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10,Linux,OS X 10.11'
|
||||
- TEST_BROWSER_NAME=firefox TEST_BROWSER_OS='Windows 10,Linux,OS X 10.11'
|
||||
- TEST_BROWSER_NAME='internet explorer' TEST_BROWSER_OS='Windows 10'
|
||||
- TEST_BROWSER_NAME='internet explorer' TEST_BROWSER_OS='Windows 10,Windows 7'
|
||||
- TEST_BROWSER_NAME=microsoftedge TEST_BROWSER_OS='Windows 10'
|
||||
- TEST_BROWSER_NAME=safari TEST_BROWSER_OS='OS X 10.11'
|
||||
before_script: npm install -g karma-cli
|
||||
addons:
|
||||
|
|
Loading…
Reference in New Issue