Is there any way to setup Travis CI on our own machines for private repositories and have it connect to our own git server?
-
10http://vzmind.tumblr.com/post/9412611799/why-travis See the section on Installing Travis-CI locally. – Jason Noble May 30 '12 at 19:55
-
1Another alternative is to use a different hosted CI service - such as https://circleci.com – Paul Biggar Nov 04 '12 at 17:28
-
1@PaulBiggar and that helps how...? – jackyalcine Nov 21 '12 at 01:02
-
1possible duplicate of [How to run travis-ci locally](http://stackoverflow.com/questions/21053657/how-to-run-travis-ci-locally) – Ciro Santilli OurBigBook.com Jul 15 '14 at 14:10
-
Mirror link for the Tumblr post : http://web.archive.org/web/20150228133610/http://vzmind.tumblr.com/post/9412611799/why-travis – xtreak Mar 17 '17 at 05:33
6 Answers
Looks like they are working on private repository support. It's in private beta testing now. Checkout this thread https://groups.google.com/forum/?fromgroups#!topic/travis-ci/Asq30ulew4E
Update: You can also check https://circleci.com/ for private repos.

- 550
- 4
- 7
Another alternative is gitlab-ci. This works well with gitlabhq and is open source.
UPDATE:
I have recently tried Jenkins with GitlabHQ. They both can co-exist very well too, but with the help of additional plugins. Jenkins does not come with support for git out of the box, but a plugin is readily available for that.
Installing Jenkins was very straight forward on Ubuntu. I am guessing it must be as easy on other platforms as it is written in Java and is available as a .war file. Configuring it is also very easy from its web interface.
Numerous plugins are available (including those for GitlabHQ, Github etc.). Plugins can be downloaded and installed right from its web interface.

- 10,558
- 6
- 29
- 44
Travis now has a private offering, the starting price at the time of writing this is $129.00 USD per month for unlimited repositories with two simultaneous builds. Very easy to set up and if you're already on GitHub it integrates very nicely: https://magnum.travis-ci.com/

- 8,344
- 11
- 55
- 94
-
-
That's correct, although I don't see where the original poster specifically asked for an open source solution. – Graham Conzett Jul 10 '15 at 14:23
I think this is what you are looking for. I especially like only paying for build time. http://beta.travis-ci.com/?r=http://about.travis-ci.org/docs/user/travis-pro/

- 259
- 2
- 7
-
4Do I really need to give them my email address before I can even see what they offer? – andrewsi Sep 27 '12 at 15:13
Travis CI now offers Travis Pro for private repositories. Users with a student email address can sign up for GitHub's Student Developer Pack and get access to build from private repositories for free.

- 23,794
- 27
- 122
- 225