Send branch info from travis for continuous builds

(cherry picked from commit 20179b7991)
This commit is contained in:
Paul O’Shannessy
2013-07-26 15:00:39 -07:00
parent 38bce710ac
commit 1e2d37f7e8
+1 -1
View File
@@ -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