Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1d1eb100
authored
2015-07-01 10:23:58 -0400
by
jforbes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Don't start Sauce Connect twice
1 parent
91139993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/karma.conf.js
test/karma.conf.js
View file @
1d1eb10
...
...
@@ -133,7 +133,7 @@ module.exports = function(config) {
// global config for SauceLabs
sauceLabs
:
{
startConnect
:
tru
e
,
startConnect
:
fals
e
,
tunnelIdentifier
:
process
.
env
.
TRAVIS_JOB_NUMBER
,
build
:
process
.
env
.
TRAVIS_BUILD_NUMBER
,
testName
:
process
.
env
.
TRAVIS_BUILD_NUMBER
+
process
.
env
.
TRAVIS_BRANCH
,
...
...
Please
register
or
sign in
to post a comment