blob: f3a1b65c5e93f0851c9fcc8acbf83072e361e899 [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001# Introduction
2
3A number of hosted continuous integration platforms have support for Go
4
5
6# Details
7
8| Provider | Documentation | Notes |
9|:---------|:--------------|:------|
10| [AppVeyor](http://www.appveyor.com/) | https://bitbucket.org/appveyor/test-go | Windows |
11| [CircleCI](https://circleci.com/) | | |
12| [Codeship](http://codeship.io) | https://www.codeship.io/documentation/languages-and-frameworks/go/ | |
13| [drone.io](http://drone.io/) | http://docs.drone.io/golang.html | open-source version: https://github.com/drone/drone |
14| [GoCI](http://goci.me/) | http://goci.me/how | source code: https://github.com/zeebo/goci |
15| [Magnum CI](https://magnum-ci.com/) | https://magnum-ci.com/docs/go | |
16| [Travis CI](http://travis-ci.org) | http://docs.travis-ci.com/user/languages/go/ | |
17| [Wercker](http://wercker.com/) | http://blog.wercker.com/2013/07/10/Golang-on-wercker.html | |