An ANSI colour terminal package for Go
1language: go
2go:
3 -tip
4before_install:
5 - go get github.com/modocache/gover
6 - go get github.com/mattn/goveralls
7 - go get golang.org/x/tools/cmd/cover
8script:
9 - go test -v -coverprofile=colourize.coverprofile
10 - $HOME/gopath/bin/gover
11 - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci