diff options
| author | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 20:02:58 +0100 |
|---|---|---|
| committer | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 20:02:58 +0100 |
| commit | 1dcf70f38eee4e0ad9609ae03eb7ad51d35eeeb1 (patch) | |
| tree | df51c400d68a436519ed92eb8a1bb52827328a34 | |
| parent | d62b22d6d09a6e2512bb701421a0d17cd193ebad (diff) | |
change cover profile bit again
| -rw-r--r-- | .travis.yml | 2 |
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 |
