Skip to content

Commit

Permalink
add ie8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Dec 20, 2013
1 parent 0cadbde commit efd7638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = function (grunt) {
stderr: true
},
'test-ie': {
cmd: 'testem ci -l bs_ie_9,bs_ie_10', //disable ,bs_ie_8 is not working
cmd: 'testem ci -l bs_ie_8,bs_ie_9,bs_ie_10', //disable ,bs_ie_8 is not working
stdout: true,
stderr: true
},
Expand Down

0 comments on commit efd7638

Please sign in to comment.