Hosted Continuous Integration for PHP? [closed]

2019-02-15 03:42发布

I just wanted to check if anyone knows any hosted continous integration services made for web-based projects using PHP ?

I have been searching around but most are made for Java, Ruby and some for iOS/Android. I am reverting to having to set up my own CI server with Jenkin. I am guess there is not enough demand for CI on the PHP side to justify hosted services to support it off the shelf.

3条回答
We Are One
2楼-- · 2019-02-15 04:22

Take a look at this review of all existing continuous integration hosted services: http://www.yegor256.com/2014/10/05/ten-hosted-continuous-integration-services.html

查看更多
趁早两清
3楼-- · 2019-02-15 04:28

CircleCi supports most web apps, and we have a lot of users who use PHP. You'll have to supply your own test commands, but you should be able to set it up in a few minutes, and all the databases and libraries you need should be available.

查看更多
三岁会撩人
4楼-- · 2019-02-15 04:34

There's a list of hosted continuous integration providers on Quora: http://j.mp/Qtv6M0

Some of them also support PHP:

  • circleci.com
  • drone.io
  • codeship.io (disclaimer: I'm one of the cofounders)
  • travis-ci.org
查看更多
登录 后发表回答