From 8ac19183868ccfc51af826ba79259ef0b13dc87f Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 14 Sep 2014 11:07:24 -0700 Subject: [PATCH] Updated travis ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a37463..578e206 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A PHP library with a variety of string manipulation functions with multibyte support. Offers both OO method chaining and a procedural-style static wrapper. Tested and compatible with PHP 5.3+ and HHVM. Inspired by underscore.string.js. -[![Build Status](https://travis-ci.org/danielstjules/Stringy.png)](https://travis-ci.org/danielstjules/Stringy) +[![Build Status](https://api.travis-ci.org/danielstjules/Stringy.svg?branch=master)](https://travis-ci.org/danielstjules/Stringy) * [Requiring/Loading](#requiringloading) * [OO and Procedural](#oo-and-procedural)