From 3aaef369c968b60a34588079bd424f7b039934b2 Mon Sep 17 00:00:00 2001 From: Mithgol Date: Sun, 20 Apr 2014 08:20:55 -0700 Subject: [PATCH] =?UTF-8?q?use=C2=A0SVG=20to=C2=A0display=20Travis=C2=A0CI?= =?UTF-8?q?=20build=C2=A0testing=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f053ddc..abaf5595 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ node-ffi ======== ### Node.js Foreign Function Interface -[![Build Status](https://travis-ci.org/rbranson/node-ffi.png?branch=master)](https://travis-ci.org/rbranson/node-ffi) +[![Build Status](https://travis-ci.org/rbranson/node-ffi.svg?branch=master)](https://travis-ci.org/rbranson/node-ffi) `node-ffi` is a Node.js addon for loading and calling dynamic libraries using pure JavaScript. It can be used to create bindings to native libraries without