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