From 4f7b44847c7b58e18eeee4aef2efa570ec971def Mon Sep 17 00:00:00 2001 From: alari Date: Thu, 26 Apr 2018 10:44:33 +0300 Subject: [PATCH] Travis build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 937c06b..b6764b6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/fluencelabs/codec.svg?branch=master)](https://travis-ci.org/fluencelabs/codec) + # Codec `Codec` is an opinionated library for `cats`-friendly pure (reversible) conversions between types, with possible errors represented with `Either`.