mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Don't run tests on IE 8 with jQuery Core 2 and newer
Closes gh-1706
This commit is contained in:
parent
e6fd82d351
commit
827bf3998e
@ -47,8 +47,8 @@ function submit( commit, runs, configFile, extra, done ) {
|
|||||||
|
|
||||||
if ( extra ) {
|
if ( extra ) {
|
||||||
|
|
||||||
// jquery-git doesn't support IE 8.
|
// jQuery >= 2.0.0 don't support IE 8.
|
||||||
if ( extra === "core git" ) {
|
if ( extra.substring( 0, 6 ) !== "core 1" ) {
|
||||||
browserSets = "jquery-ui-future";
|
browserSets = "jquery-ui-future";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user