From 294f6d548b0151086a55a134b3bcf8fe4301635e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Cass=C3=A9?= Date: Tue, 2 Jun 2015 23:59:11 +0200 Subject: [PATCH] Add travis in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5080c0f..6d9999a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Amaretti.js +[![Build Status](https://travis-ci.org/VincentCasse/amaretti.js.svg)](https://travis-ci.org/VincentCasse/amaretti.js.svg) + Amaretti.js is a library to encrypt and decrypt message into the browser. They use native implementation (WebCrypto APIs) when available, or SJCL library when not. ## Getting started