diff --git a/dependent-projects-trigger.sh b/dependent-projects-trigger.sh index b15919993..7d0d7a0c6 100644 --- a/dependent-projects-trigger.sh +++ b/dependent-projects-trigger.sh @@ -37,3 +37,11 @@ curl -s -X POST \ -d "$body" \ https://api.travis-ci.org/repo/april1989%2FIncremental_Points_to_Analysis/requests +curl -s -X POST \ + -H "Content-Type: application/json" \ + -H "Accept: application/json" \ + -H "Travis-API-Version: 3" \ + -H "Authorization: token $1" \ + -d "$body" \ + https://api.travis-ci.org/repo/SunghoLee%2FHybriDroid/requests +