Skip to content

Commit 9203963

Browse files
committedFeb 22, 2019
getting travis env
1 parent ddfd208 commit 9203963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sauce_runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var output = require('child_process').execSync(
2-
"git symbolic-ref --short HEAD"
2+
"$TRAVIS_BRANCH"
33
).toString().trim();
44
if (output === "master") {
55
require('child_process').execSync(

0 commit comments

Comments
 (0)
Please sign in to comment.