提交 434e525f 编写于 作者: K Kegan Dougal

Remove coveralls. It doesn't work with gb

上级 d32397fb
...@@ -5,11 +5,9 @@ install: ...@@ -5,11 +5,9 @@ install:
- go get github.com/constabulary/gb/... - go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo - go get github.com/fzipp/gocyclo
- go get github.com/mattn/goveralls
script: script:
- gb build github.com/matrix-org/dendrite/roomserver/roomserver && ./hooks/pre-commit - gb build github.com/matrix-org/dendrite/roomserver/roomserver && ./hooks/pre-commit
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications: notifications:
webhooks: webhooks:
......
# 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. Dendrite will be a matrix homeserver written in go.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册