1
0
mirror of synced 2024-11-25 06:16:08 +03:00

Only test Opera 12 once

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.
This commit is contained in:
Kevin Brown 2015-03-11 18:30:38 -04:00
parent 610381be4a
commit 30974e2422

View File

@ -118,9 +118,6 @@ module.exports = function (grunt) {
{ {
browserName: 'opera', browserName: 'opera',
version: '12' version: '12'
},
{
browserName: 'opera'
} }
] ]
} }