Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit b5e4ab6

Browse files
committed
remove unnecessary conditional check
1 parent 6719181 commit b5e4ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sauce_karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(config) {
3434
sauceLabs: {
3535
testName: 'angularFire Unit Tests',
3636
startConnect: false,
37-
tunnelIdentifier: process.env.TRAVIS && process.env.TRAVIS_JOB_NUMBER
37+
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
3838
},
3939

4040
captureTimeout: 0,

0 commit comments

Comments
 (0)