From c67a5506bf6f6d459eb96f3cb52dbf82b936fc85 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sun, 3 Jul 2016 22:57:39 +0300 Subject: [PATCH] README: Add build/coverage status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 166a820..f9f5c35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Matrix Client-Server API for Lua ================================ +[![Build Status](https://travis-ci.org/aperezdc/lua-matrix.svg?branch=master)](https://travis-ci.org/aperezdc/lua-matrix) +[![Coverage Status](https://coveralls.io/repos/github/aperezdc/lua-matrix/badge.svg?branch=master)](https://coveralls.io/github/aperezdc/lua-matrix?branch=master) + This is closely modelled after the official [matrix-python-sdk](https://github.com/matrix-org/matrix-python-sdk).