From 30974e2422ec5904bb4967c44f88e252383e8acd Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 11 Mar 2015 18:30:38 -0400 Subject: [PATCH] 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. --- Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 19969ae3..8c8f3ed4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -118,9 +118,6 @@ module.exports = function (grunt) { { browserName: 'opera', version: '12' - }, - { - browserName: 'opera' } ] }