Skip to content

Commit a344910

Browse files
committed
Okay add back connectVersion but newer
1 parent 49c5a7c commit a344910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sauce_labs/saucie-connect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ var opts = {
1010
accessKey: process.env.SAUCE_ACCESS_KEY,
1111
verbose: true,
1212
logger: console.log,
13-
pidfile: pidFile
13+
pidfile: pidFile,
14+
connectVersion: '4.5.4'
1415
};
1516

1617
if (process.env.TRAVIS_JOB_NUMBER) {

0 commit comments

Comments
 (0)