From 3303c50f98d44b6f389e8cc4d0d2fefd3592966e Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 17 Dec 2015 10:34:23 -0800 Subject: [PATCH] Add travis status to README. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index d4c56ac..22d3579 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ libemsha ======== +.. image:: https://travis-ci.org/kisom/libemsha.svg?branch=master + :target: https://travis-ci.org/kisom/libemsha + This library is an MIT-licensed HMAC-SHA-256 C++11 library designed for embedded systems. It is built following the JPL `Power of Ten `_ rules. It was written in