Skip to content

Commit

Permalink
build ML projects
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandolby committed Apr 13, 2018
1 parent 436d316 commit 0052213
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependent-projects-trigger.sh
Expand Up @@ -45,3 +45,10 @@ curl -s -X POST \
-d "$body" \
https://api.travis-ci.org/repo/SunghoLee%2FHybriDroid/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/wala%2FML/requests

0 comments on commit 0052213

Please sign in to comment.