Add Coveralls.io

This commit is contained in:
Michael Steinert
2015-04-09 13:44:52 -05:00
parent 9d2ea3b16d
commit 7ad21d5bbc
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends libpam0g-dev
- sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- go get golang.org/x/tools/cmd/cover
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v -cover .
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which goveralls) -service=travis-ci