Skip to content

Commit

Permalink
Send branch info from travis for continuous builds
Browse files Browse the repository at this point in the history
(cherry picked from commit 20179b7)
  • Loading branch information
zpao committed Jul 26, 2013
1 parent 38bce71 commit 1e2d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
after_script:
- curl -F "react=@build/react.js" -F "react.min=@build/react.min.js" -F "transformer=@build/JSXTransformer.js"
-F "commit=$TRAVIS_COMMIT" -F "date=`git log --format='%ct' -1`" -F "pull_request=$TRAVIS_PULL_REQUEST"
-F "token=$SECRET_TOKEN" $SERVER
-F "token=$SECRET_TOKEN" -F "branch=$TRAVIS_BRANCH" $SERVER
env:
global:
# SERVER
Expand Down

0 comments on commit 1e2d37f

Please sign in to comment.