Fix cherry-pick issue. The master branch tests should not be run in oldIE.

This commit is contained in:
Timmy Willison 2013-08-19 15:49:18 -04:00
parent 493548c099
commit a542590687

View 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 );