Skip to content

Commit

Permalink
Only test Opera 12 once
Browse files Browse the repository at this point in the history
Looks like Sauce Labs is not going to have tests running on later
versions of Opera, probably because it switched to Chromium/Blink.
Removing it from the builds so we reduce the time it takes.
  • Loading branch information
kevin-brown committed Mar 11, 2015
1 parent 610381b commit 30974e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ module.exports = function (grunt) {
{
browserName: 'opera',
version: '12'
},
{
browserName: 'opera'
}
]
}
Expand Down

0 comments on commit 30974e2

Please sign in to comment.