Skip to content

Commit 827bf39

Browse files
mgolscottgonzalez
authored andcommitted
Build: Don't run tests on IE 8 with jQuery Core 2 and newer
Closes jquerygh-1706
1 parent e6fd82d commit 827bf39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/tasks/testswarm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function submit( commit, runs, configFile, extra, done ) {
4747

4848
if ( extra ) {
4949

50-
// jquery-git doesn't support IE 8.
51-
if ( extra === "core git" ) {
50+
// jQuery >= 2.0.0 don't support IE 8.
51+
if ( extra.substring( 0, 6 ) !== "core 1" ) {
5252
browserSets = "jquery-ui-future";
5353
}
5454

0 commit comments

Comments
 (0)