From 44861f7ca46a1fed9510099483275559fb8b14f5 Mon Sep 17 00:00:00 2001 From: kangax Date: Thu, 9 Aug 2012 00:33:04 +0200 Subject: [PATCH] Add travis badge to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 085683ca..a491e9b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +### Fabric [![Build Status](https://secure.travis-ci.org/kangax/fabric.js.png?branch=master)](http://travis-ci.org/#!/kangax/fabric.js) + **Fabric.js** is a framework that makes it easy to work with HTML5 canvas element. It is an **interactive object model** on top of canvas element. It is also an **SVG-to-canvas parser**.