Recommendations for Hosted CI servers supporting RoR with private repos?
50 views
Skip to first unread message
Ganesh Ranganathan
unread,
May 8, 2014, 9:22:33 AM5/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chen...@googlegroups.com, rubyonra...@googlegroups.com
Any recommendations for hosted CI servers which support Rails and also private repos? I looked at Codeship.io but it costs $50 a month. I just need around 500 builds a month for a single repo
Thanks,
Ganesh
mike2r
unread,
May 8, 2014, 10:59:37 AM5/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com, chen...@googlegroups.com
try semaphoreapp.com. i don't use it personally, but I've run into a couple of organizations that use it for Ruby on Rails.
Steve Robinson
unread,
May 9, 2014, 9:03:39 AM5/9/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chen...@googlegroups.com, rubyonra...@googlegroups.com
Hi
You should totally try CircleCI. Its only $19/m and gives you unlimited builds. But basic plan supports no parallel builds though.
Has nice support for Continuous Deployment and has loads of Integrations <3.
have a look.
--
Steve
Manaswini Sawant
unread,
May 10, 2014, 9:25:30 PM5/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
You can try www.shippable.com - it is free for unlimited builds for all public repos and up to 5 private repos. You only need to pay for added concurrency - which you don't need probably.
Full disclosure - I contract with the company but I also use the free account and it is simple to setup and really fast builds.
and...@benjamin.dk
unread,
May 12, 2014, 7:03:34 AM5/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Travis CI is also a good free solution
Ganesh Ranganathan
unread,
May 13, 2014, 8:25:10 AM5/13/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
On Sun, May 11, 2014 at 6:55 AM, Manaswini Sawant <mana...@gmail.com> wrote:
You can try www.shippable.com - it is free for unlimited builds for all public repos and up to 5 private repos. You only need to pay for added concurrency - which you don't need probably.
Travis -CI doesn't support private repos. The Pro version does but it's way too expensive for freelancer devs.
John C
unread,
May 14, 2014, 10:28:39 AM5/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com, chen...@googlegroups.com
I used CircleCi with my private github repo and heroku. I was impressed. Set up parallel tests and git-flow publishing to staging and production servers on success. Their support was good for this use case.
--John
On Thursday, May 8, 2014 9:22:33 AM UTC-4, Ganesh Ranganathan wrote: