From b8cee07d0b6f055f839aee817a81313ff274f65e Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 20 Feb 2017 17:13:59 +0000 Subject: [PATCH] Add coveralls.io? --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b652cd2..fb80c957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,11 @@ install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint - go get github.com/fzipp/gocyclo + - go get github.com/mattn/goveralls -script: gb build github.com/matrix-org/dendrite/roomserver/roomserver && ./hooks/pre-commit +script: + - gb build github.com/matrix-org/dendrite/roomserver/roomserver && ./hooks/pre-commit + - $HOME/gopath/bin/goveralls -service=travis-ci notifications: webhooks: