diff options
author | nodiscc <nodiscc@gmail.com> | 2015-09-09 22:23:44 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-09-09 22:23:44 +0000 |
commit | cdb7be365ad64b2353d5652288d90e0c2272bc46 (patch) | |
tree | b896cab7dc50eec699241ab9d408b4c7959a66b1 | |
parent | Merge pull request #237 from david-at/addition-rollup (diff) | |
parent | Added PHPCI (diff) | |
download | awesome-selfhosted-cdb7be365ad64b2353d5652288d90e0c2272bc46.tar.gz awesome-selfhosted-cdb7be365ad64b2353d5652288d90e0c2272bc46.zip |
Merge pull request #255 from d3th/master
Added PHPCI
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -603,6 +603,7 @@ See also [Ticketing](#ticketing), [Task management/To-do lists](#task-management ### Continuous Integration * [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java` + * [PHPCI](https://www.phptesting.org/) - Free and open source continuous integration specifically designed for PHP ([Source Code](https://github.com/block8/phpci)) `BSD` `PHP` |