From 89aed2999c62309da496b28a0b51422fc35ab48c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 Sep 2014 20:47:07 +0100 Subject: [PATCH] Update Travis-CI build status image in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac35dd..26dc24d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# stub.sh [![Build Status](https://travis-ci.org/jimeh/stub.sh.png)](https://travis-ci.org/jimeh/stub.sh) +# stub.sh [![Build Status](https://api.travis-ci.org/jimeh/stub.sh.svg)](https://travis-ci.org/jimeh/stub.sh) Helpers for bash script testing to stub/fake binaries and functions. Includes support for validating number of stub calls, and/or if stub has been called