diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-06 11:52:59 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-06 11:53:06 +0200 |
commit | c1e083c0be9f3791fa5527533a33eef63ebef497 (patch) | |
tree | ca66d529ba4822a0a14293ce441d93a5af78bdad /README.md | |
parent | d41449d7b93adcfd7ffd5c21c355d9ed381cf3ff (diff) | |
download | hmacaroons-c1e083c0be9f3791fa5527533a33eef63ebef497.tar.gz hmacaroons-c1e083c0be9f3791fa5527533a33eef63ebef497.tar.zst hmacaroons-c1e083c0be9f3791fa5527533a33eef63ebef497.zip |
Fix build and add travis badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | Macaroons: Pure haskell implementation of macaroons | 1 | Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) |
2 | =================================================== | 2 | =================================================== |
3 | 3 | ||
4 | Macaroons is a pure haskell implementation of macaroons. It aims to provide | 4 | Macaroons is a pure haskell implementation of macaroons. It aims to provide |