diff options
author | Andrew <AndyR207@users.noreply.github.com> | 2016-03-10 21:04:34 +0000 |
---|---|---|
committer | Andrew <AndyR207@users.noreply.github.com> | 2016-03-10 21:04:34 +0000 |
commit | 27749b9786ce52cf6791a43f32a5296b95e9bb77 (patch) | |
tree | 65aa8551df138ea21fd0e393354c16f4472f031b | |
parent | Merge pull request #499 from tillarnold/bugzilla (diff) | |
parent | Add drone (diff) | |
download | awesome-selfhosted-27749b9786ce52cf6791a43f32a5296b95e9bb77.tar.gz awesome-selfhosted-27749b9786ce52cf6791a43f32a5296b95e9bb77.zip |
Merge pull request #498 from tillarnold/drone
Add drone
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -752,6 +752,7 @@ See **[Ticketing](#ticketing)** ### Continuous Integration + * [drone](https://drone.io/) - Drone is a Continuous Delivery platform built on Docker, written in Go. ([Source Code](https://github.com/drone/drone)) `Apache` `Go` * [Factor.io](https://factor.io/) - It's like IFTTT (if-this-then-that) for Dev and DevOps. ([Source Code](https://github.com/factor-io/factor)) `MIT` `Ruby` * [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` |