aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTreyBastian <trey.bastian@gmail.com>2015-05-11 20:02:58 +0100
committerTreyBastian <trey.bastian@gmail.com>2015-05-11 20:02:58 +0100
commit1dcf70f38eee4e0ad9609ae03eb7ad51d35eeeb1 (patch)
treedf51c400d68a436519ed92eb8a1bb52827328a34 /.travis.yml
parentd62b22d6d09a6e2512bb701421a0d17cd193ebad (diff)
change cover profile bit again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8037bc8..f820a4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ before_install:
- 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