Skip to content

Commit 6e6bb5d

Browse files
committed
Reduce sauce tests
1 parent 24523c6 commit 6e6bb5d

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

Gruntfile.js

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,11 @@ module.exports = function (grunt) {
2525
version: '9',
2626
platform: 'OS X 10.11'
2727
},
28-
{
29-
browserName: 'safari',
30-
version: '8',
31-
platform: 'OS X 10.10'
32-
},
3328
{
3429
browserName: "internet explorer",
3530
version: '8',
3631
platform: 'Windows XP'
3732
},
38-
{
39-
browserName: "internet explorer",
40-
version: '9',
41-
platform: 'Windows 7'
42-
},
4333
{
4434
browserName: "internet explorer",
4535
version: '11',
@@ -53,15 +43,10 @@ module.exports = function (grunt) {
5343
// Mobile browsers
5444
{
5545
browserName: "ipad",
56-
version: '8.0',
46+
version: '8.4',
5747
platform: 'OS X 10.9',
5848
'device-orientation': 'portrait'
5949
},
60-
{
61-
browserName: 'iphone',
62-
version: '7.1',
63-
platform: 'OS X 10.9'
64-
},
6550
{
6651
browserName: 'iphone',
6752
version: '9.3',
@@ -93,7 +78,7 @@ module.exports = function (grunt) {
9378
sauceJobs[testName] = {
9479
options: {
9580
urls: ["http://localhost:8081/tmp/browser/test-runner-" + testName + ".html"],
96-
testname: 'Less.js test - ' + testName,
81+
testname: testName,
9782
browsers: browsers,
9883
public: 'public',
9984
recordVideo: false,

0 commit comments

Comments
 (0)