File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ module.exports = function (grunt) {
5
5
6
6
// Limit to 3 for a FOSS account
7
7
sauceLaunchers = {
8
- /*
9
8
sl_win7_chrome : {
10
9
base : 'SauceLabs' ,
11
10
browserName : 'chrome' ,
12
11
platform : 'Windows 7'
13
12
} ,
14
- */
15
13
sl_win7_firefox : {
16
14
base : 'SauceLabs' ,
17
15
browserName : 'firefox' ,
@@ -22,7 +20,6 @@ module.exports = function (grunt) {
22
20
browserName : 'iphone' ,
23
21
platform : 'OS X 10.9'
24
22
} ,
25
- /*
26
23
sl_win81_ie11 : {
27
24
base : 'SauceLabs' ,
28
25
browserName : 'internet explorer' ,
@@ -41,7 +38,6 @@ module.exports = function (grunt) {
41
38
platform : 'Windows 7' ,
42
39
version : '9'
43
40
} ,
44
- */
45
41
sl_winxp_ie8 : {
46
42
base : 'SauceLabs' ,
47
43
browserName : 'internet explorer' ,
@@ -70,6 +66,7 @@ module.exports = function (grunt) {
70
66
} ;
71
67
72
68
if ( process . env . TRAVIS ) {
69
+ sauceConfig . concurrency = 1 ;
73
70
sauceConfig . sauceLabs . build = 'Travis #' + process . env . TRAVIS_BUILD_NUMBER + ' (' + process . env . TRAVIS_BUILD_ID + ')' ;
74
71
sauceConfig . sauceLabs . startConnect = false ; // Started via Travis instead
75
72
sauceConfig . sauceLabs . tunnelIdentifier = process . env . TRAVIS_JOB_NUMBER ;
You can’t perform that action at this time.
0 commit comments