From bc5b0c23c68be1b1a86e6b22d629a60b5c8d75be Mon Sep 17 00:00:00 2001 From: alisinabh Date: Thu, 21 Dec 2017 18:03:18 +0330 Subject: [PATCH] Added coverage and travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0c68d2..98f59e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # NtruElixir +[![Build Status](https://travis-ci.org/alisinabh/ntru_elixir.svg?branch=master)](https://travis-ci.org/alisinabh/ntru_elixir) [![Coverage Status](https://coveralls.io/repos/github/alisinabh/ntru_elixir/badge.svg?branch=master)](https://coveralls.io/github/alisinabh/ntru_elixir?branch=master) + A wrapper around [libntru](https://github.com/tbuktu/libntru) using NIFs.