aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a7ab854b0cd386aa1380804874de789af8201160 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
	-tip
before_install:
 - go get github.com/modocache/gover
 - go get github.com/mattn/goveralls
 - go get golang.org/x/tools/cmd/cover	
script:
	- go test -v -coverprofile=colourize.coverprofile ./colourize
	- $HOME/gopath/bin/gover
	- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci