Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to set up Travis for a project for which you are a collaborator?

Tags:

So, I'm set up on GitHub as a collaborator for a project owned by another user (I have full push rights, etc). Is it possible for me to set up Travis for this project? I could not find the repository on the "Repositories" list in Travis.

like image 649
DirectXMan12 Avatar asked Sep 15 '14 21:09

DirectXMan12


People also ask

Can I use Travis for free?

Then, on Nov 2, 2020, Travis CI announced the end of its unlimited support for open-source projects: For those of you who have been building on public repositories (on travis-ci.com, with no paid subscription), we will upgrade you to our trial (free) plan with a 10K credit allotment.

How do you trigger Travis CI?

Trigger Travis CI builds using the API V3 by sending a POST request to /repo/{slug|id}/requests : Get an API token from your Travis CI settings page. You'll need the token to authenticate most of these API requests.


1 Answers

Only a repository administrator can enable the hook, so you need one of the repository administrators to log onto Travis CI to enable the repository. Everything else can be done by a collaborator.

like image 71
sarahhodne Avatar answered Oct 21 '22 09:10

sarahhodne