From 434e525ff3db12b414702f967c1083cb950a83b8 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 20 Feb 2017 17:19:27 +0000 Subject: [PATCH] Remove coveralls. It doesn't work with gb --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb80c957..c9ad822c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ 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 - - $HOME/gopath/bin/goveralls -service=travis-ci notifications: webhooks: diff --git a/README.md b/README.md index 9981c20b..636cc49e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Dendrite [![Build Status](https://travis-ci.org/matrix-org/dendrite.svg?branch=master)](https://travis-ci.org/matrix-org/dendrite) [![Coverage Status](https://coveralls.io/repos/github/matrix-org/dendrite/badge.svg?branch=master)](https://coveralls.io/github/matrix-org/dendrite?branch=master) +# Dendrite [![Build Status](https://travis-ci.org/matrix-org/dendrite.svg?branch=master)](https://travis-ci.org/matrix-org/dendrite) Dendrite will be a matrix homeserver written in go.