Don't start Sauce Connect twice
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -133,7 +133,7 @@ module.exports = function(config) { | ... | @@ -133,7 +133,7 @@ module.exports = function(config) { |
133 | 133 | ||
134 | // global config for SauceLabs | 134 | // global config for SauceLabs |
135 | sauceLabs: { | 135 | sauceLabs: { |
136 | startConnect: true, | 136 | startConnect: false, |
137 | tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER, | 137 | tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER, |
138 | build: process.env.TRAVIS_BUILD_NUMBER, | 138 | build: process.env.TRAVIS_BUILD_NUMBER, |
139 | testName: process.env.TRAVIS_BUILD_NUMBER + process.env.TRAVIS_BRANCH, | 139 | testName: process.env.TRAVIS_BUILD_NUMBER + process.env.TRAVIS_BRANCH, | ... | ... |
-
Please register or sign in to post a comment