Skip to content

Commit 1e2d37f

Browse files
committed
Send branch info from travis for continuous builds
(cherry picked from commit 20179b7)
1 parent 38bce71 commit 1e2d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
after_script:
66
- curl -F "react=@build/react.js" -F "react.min=@build/react.min.js" -F "transformer=@build/JSXTransformer.js"
77
-F "commit=$TRAVIS_COMMIT" -F "date=`git log --format='%ct' -1`" -F "pull_request=$TRAVIS_PULL_REQUEST"
8-
-F "token=$SECRET_TOKEN" $SERVER
8+
-F "token=$SECRET_TOKEN" -F "branch=$TRAVIS_BRANCH" $SERVER
99
env:
1010
global:
1111
# SERVER

0 commit comments

Comments
 (0)