Skip to content

Commit

Permalink
Added IE 10 and Opera testing
Browse files Browse the repository at this point in the history
We are special casing Opera 12 as well as the latest Opera version
because Opera 12 was the last release because Opera switched to the
Webkit rendering engine.
  • Loading branch information
kevin-brown committed Feb 14, 2015
1 parent 3d01302 commit 8572299
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,25 @@ module.exports = function (grunt) {
browserName: 'internet explorer',
version: '9'
},
{
browserName: 'internet explorer',
version: '10'
},

{
browserName: 'firefox'
},

{
browserName: 'chrome'
},

{
browserName: 'opera',
version: '12'
},
{
browserName: 'opera'
}
]
}
Expand Down

0 comments on commit 8572299

Please sign in to comment.