From 81a89232431423f9140fa413823ce3045f02f19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Gon=C3=A7alves?= Date: Mon, 22 Dec 2014 05:03:38 -0200 Subject: [PATCH] Update the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02589c2..4dea7a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This library contains implementations of the Levenshtein distance, Jaro-Winkler and Soundex algorithms written in Go (golang). Other algorithms related with string metrics (or string similarity, whatever) are welcome. +* master: [![Build Status](https://travis-ci.org/xrash/smetrics.svg?branch=master)](http://travis-ci.org/xrash/smetrics) + # Algorithms ## WagnerFischer