TRAVIS_API_TOKEN=$1
MESSAGE=",\"message\": \"Triggered by upstream build of atomix/go-framework commit "`git rev-parse --short HEAD`"\""
BRANCH="master"
body="{
\"request\": {
  \"branch\":\"$BRANCH\"
  $MESSAGE
}}"



curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $TRAVIS_API_TOKEN" -d "$body" https://api.travis-ci.org/repo/atomix%2Fdocs/requests

