From 0e5b0f23c5332418c4ab75404e1f1a6bd991bc81 Mon Sep 17 00:00:00 2001 From: sentientwaffle Date: Wed, 15 Feb 2012 08:00:43 -0700 Subject: [PATCH] add travis button to README [ci skip] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0cf0a7a..0db8363 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Gift + +[![Build Status](https://secure.travis-ci.org/sentientwaffle/gift.png?branch=master)](http://travis-ci.org/sentientwaffle/gift) + A simple Node.js wrapper for the Git CLI. The API is based on [Grit](https://github.com/mojombo/grit)