diff --git a/.travis.yml b/.travis.yml index a24aede..2ed8d5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,11 @@ language: go go: - 1.5 - - tip \ No newline at end of file + - tip + +install: + - go get golang.org/x/tools/cmd/cover + - go get github.com/mattn/goveralls + +script: + - go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file