aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreyBastian <trey.bastian@gmail.com>2015-05-11 19:58:30 +0100
committerTreyBastian <trey.bastian@gmail.com>2015-05-11 19:58:30 +0100
commit67fd1dfc1117219862c4cc90a3d97ffbf71bb5c3 (patch)
tree8bf9eac66b187364ce27db07038e9ac62e11552b
parent47a11dcd01cd21b0b5fbaab8d95294ad62fc9acb (diff)
update for coveralls I hope!
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
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