From e774a5bc6e205d9dfb3f2275ad68a7ceba569974 Mon Sep 17 00:00:00 2001 From: Patrick D Date: Fri, 11 Dec 2015 20:23:33 +0100 Subject: [PATCH 1/4] add drone (https://drone.io) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bddec75..14c6f68d 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for help with continuous integration* +* [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls From f94b21827bf37dffe718a08b08dee0167b78932e Mon Sep 17 00:00:00 2001 From: Patrick D Date: Fri, 11 Dec 2015 20:28:19 +0100 Subject: [PATCH 2/4] creat new section in continuous integration continuous integration section had one subsection: tools for help with continuous integration, but drone.io doesn't fit in so i created the subsection for complete ci platforms which are implemented in Go --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c6f68d..79e45559 100644 --- a/README.md +++ b/README.md @@ -172,9 +172,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Continuous Integration -*Tools for help with continuous integration* +*Continuous integrations platforms implemented in Go* * [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go + +*Tools for help with continuous integration* + * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls From 6329d06cb9f74acd8de60b9d10bf240045b34048 Mon Sep 17 00:00:00 2001 From: Patrick D Date: Fri, 11 Dec 2015 20:30:06 +0100 Subject: [PATCH 3/4] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e45559..842fc34a 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Continuous Integration -*Continuous integrations platforms implemented in Go* +*Continuous integration platforms implemented in Go* * [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go From 93da008505922104a95ffc53e1ced08888dbccb0 Mon Sep 17 00:00:00 2001 From: Patrick D Date: Sat, 12 Dec 2015 13:44:04 +0100 Subject: [PATCH 4/4] delete second continuous integration section --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 842fc34a..14c6f68d 100644 --- a/README.md +++ b/README.md @@ -172,12 +172,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Continuous Integration -*Continuous integration platforms implemented in Go* - -* [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go - *Tools for help with continuous integration* +* [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls