Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Travis Could not authorize build request

I'm getting this error for each and every project in my Github organization.

Could not authorize build request myorg/myproject 

I searched everywhere but couldn't find any solutions or what causes this. How to troubleshoot this issue/integration?

like image 442
sith Avatar asked Dec 08 '16 08:12

sith


1 Answers

'Could not authorize build request ...' usually occurs due to

  1. A plan is not selected. Travis will not select the free plan automatically. Select the free or paid plan for your organization manually.
  2. Selected plan become inactive. Go to settings and select the plan again.
  3. Expiration of your paid subscription.
  4. Ran out of free trial build credits available for private repositories.

Travis CI is always-free only for public repositories. The free plan also provides 10,000 build credits try out building private repositories. Read updated info on Billing FAQ.

like image 112
sith Avatar answered Oct 12 '22 19:10

sith