From 3faae3921d5d9ea75267edeb582f4a8a81892770 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Wed, 8 May 2019 15:17:18 +0300 Subject: [PATCH] add travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35d7703..d8384f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # haversine +[![Build Status](https://travis-ci.org/mamantoha/haversine.svg?branch=master)](https://travis-ci.org/mamantoha/haversine) + Crystal implementation of the [Haversine formula](https://en.wikipedia.org/wiki/Haversine_formula) to calculate distances between two points given their latitudes and longitudes. ## Installation