From 67fd1dfc1117219862c4cc90a3d97ffbf71bb5c3 Mon Sep 17 00:00:00 2001 From: TreyBastian Date: Mon, 11 May 2015 19:58:30 +0100 Subject: update for coveralls I hope! --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index de8eb33..a7ab854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,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 ./... \ No newline at end of file + - go test -v -coverprofile=colourize.coverprofile ./colourize + - $HOME/gopath/bin/gover + - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci \ No newline at end of file -- cgit v1.2.3