From 5f9250171a10c0d7fff8ef98996ef678d3267c0b Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Thu, 24 Sep 2015 14:06:08 +0200 Subject: [PATCH] Move travis badge [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebab9c0..1f76807 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) +Macaroons: Pure haskell implementation of macaroons =================================================== +[![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) + [![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Macaroons is a pure haskell implementation of macaroons. It aims to provide -- 2.41.0