]> source.dussan.org Git - jquery.git/commitdiff
Fix cherry-pick issue. The master branch tests should not be run in oldIE.
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 19:49:18 +0000 (15:49 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 19 Aug 2013 19:49:18 +0000 (15:49 -0400)
build/tasks/testswarm.js

index 92b696e27d742b5b5358613315ed0ad83721d726..2fecf62d7c3207ca1fab8ca4943e52c2d1b78e27 100644 (file)
@@ -38,7 +38,7 @@ module.exports = function( grunt ) {
                                name: jobName,
                                runs: runs,
                                runMax: config.runMax,
-                               browserSets: config.browserSets
+                               browserSets: "popular-no-old-ie"
                        }, function( err, passed ) {
                                if ( err ) {
                                        grunt.log.error( err );