Build: Don't run tests on IE 8 with jQuery Core 2 and newer

Closes gh-1706
This commit is contained in:
Michał Gołębiowski 2016-05-25 22:29:04 +02:00 committed by Scott González
parent e6fd82d351
commit 827bf3998e

View File

@ -47,8 +47,8 @@ function submit( commit, runs, configFile, extra, done ) {
if ( extra ) {
// jquery-git doesn't support IE 8.
if ( extra === "core git" ) {
// jQuery >= 2.0.0 don't support IE 8.
if ( extra.substring( 0, 6 ) !== "core 1" ) {
browserSets = "jquery-ui-future";
}