Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Introduction |
| 2 | |
| 3 | A 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 | | |