Drone is a hosted continuous integration service. Seagull uses it for continuous tests.
If you're new to drone, please go to http://docs.drone.io/.
Here's a more detailed document for go project, http://docs.drone.io/golang.html.
Here're all the commands about how we use drone.
go get github.com/astaxie/beego go get github.com/beego/bee go build seagull.go go test ./tests
And it works. Drone.io will do continuous tests for seagull automatically.