Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Travis for personal private repository

I am working on a private repo, I need to integrate CI for my app. How to integrate travis for my private repo. Or is it possible to have travis on our server

like image 367
Thillai Narayanan Avatar asked Apr 12 '12 17:04

Thillai Narayanan


People also ask

Can I use Travis CI for free?

If you're not familiar with Travis CI, it's a build company that has been powering the continuous integration (CI) of many open source projects since it launched in 2011. It was the first build solution that was free for open source use and that easily integrated into GitHub.

How do I let someone see my private repository?

Public/Private can be set in the settings of a repository. You'll find the option in the "Danger Zone". If you are not the owner of the repository the option will be greyed out. If you don't want to make the repository public you could add a collaborator.

Can people see private repositories?

Public repositories are accessible to everyone on the internet. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members.


1 Answers

Travis Pro supports private github repos.

like image 108
Kyle Campos Avatar answered Sep 20 '22 18:09

Kyle Campos