From 6e6bb5d7c2f60b0b8705d779ecd8bd0da47a6867 Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Sat, 1 Oct 2016 19:00:28 -0700 Subject: [PATCH] Reduce sauce tests --- Gruntfile.js | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ca6bad83..40d9e7c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,21 +25,11 @@ module.exports = function (grunt) { version: '9', platform: 'OS X 10.11' }, - { - browserName: 'safari', - version: '8', - platform: 'OS X 10.10' - }, { browserName: "internet explorer", version: '8', platform: 'Windows XP' }, - { - browserName: "internet explorer", - version: '9', - platform: 'Windows 7' - }, { browserName: "internet explorer", version: '11', @@ -53,15 +43,10 @@ module.exports = function (grunt) { // Mobile browsers { browserName: "ipad", - version: '8.0', + version: '8.4', platform: 'OS X 10.9', 'device-orientation': 'portrait' }, - { - browserName: 'iphone', - version: '7.1', - platform: 'OS X 10.9' - }, { browserName: 'iphone', version: '9.3', @@ -93,7 +78,7 @@ module.exports = function (grunt) { sauceJobs[testName] = { options: { urls: ["http://localhost:8081/tmp/browser/test-runner-" + testName + ".html"], - testname: 'Less.js test - ' + testName, + testname: testName, browsers: browsers, public: 'public', recordVideo: false,