An ANSI colour terminal package for Go

change cover profile bit again

Changed files
+1 -1
+1 -1
.travis.yml
···
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
-
- go test -v -coverprofile=colourize.coverprofile ./colourize
+
- go test -v -coverprofile=colourize.coverprofile
- $HOME/gopath/bin/gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci