I want to trigger travis build of Repo-2 when the PR is merged for Repo-1. I found some solutions in this link, however, I am unable to work achieve this.
I am trying to trigger the travis-ci using travis-api. Trying to run the curl command shows not_found
error.
https://api.travis-ci.com/repo/FleetPanda/driver-app-test-suite/requests
{
"@type": "error",
"error_type": "not_found",
"error_message": "resource not found (or insufficient access)"
}