diff options
| author | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 19:58:30 +0100 |
|---|---|---|
| committer | TreyBastian <trey.bastian@gmail.com> | 2015-05-11 19:58:30 +0100 |
| commit | 67fd1dfc1117219862c4cc90a3d97ffbf71bb5c3 (patch) | |
| tree | 8bf9eac66b187364ce27db07038e9ac62e11552b /.travis.yml | |
| parent | 47a11dcd01cd21b0b5fbaab8d95294ad62fc9acb (diff) | |
update for coveralls I hope!
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
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 |
