Skip to content

Commit

Permalink
Fix cherry-pick issue. The master branch tests should not be run in o…
Browse files Browse the repository at this point in the history
…ldIE.
  • Loading branch information
timmywil committed Aug 19, 2013
1 parent 493548c commit a542590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/testswarm.js
Expand Up @@ -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 );
Expand Down

0 comments on commit a542590

Please sign in to comment.