Skip to content

Commit

Permalink
[test][IE11] Add IE11 for test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Mar 2, 2017
1 parent 7514629 commit 0565469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
//'minify2-min'
] :
[
//'src2',
//'preprocess2',
'src2',
'preprocess2',
//'minify2-min'
]
).forEach(function (phase) {
Expand Down
5 changes: 5 additions & 0 deletions wct.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"browserName": "safari",
"platform": "OS X 10.11",
"version": "10"
},
{
"browserName": "internet explorer",
"platform": "Windows 8.1",
"version": "11"
}
]
},
Expand Down

0 comments on commit 0565469

Please sign in to comment.