Mirror of a distributed, offline-first bug tracker embedded in git
1language: go 2 3go: 4 - 1.x 5 - tip 6 7before_install: 8 - go get github.com/axw/gocov/gocov 9 - go get github.com/mattn/goveralls 10 11script: 12 - $HOME/gopath/bin/goveralls -service=travis-ci