From 4b3e4fb583f6ab95d3d3ce58d2816c6ef1ba64d1 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 16 Jun 2014 21:19:23 -0500 Subject: [PATCH] Include the Travis-CI status badge in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0681404..15b2ee3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ in EEP0018 that was based on Yajl. This new version is a hand crafted state machine that does its best to be as quick and efficient as possible while not placing any constraints on the parsed JSON. +[![Build Status](https://travis-ci.org/davisp/jiffy.svg?branch=master)](https://travis-ci.org/davisp/jiffy) + Usage -----