From fb87fd3bc47e75b306ea57101c9d37652cdecb32 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 20 Oct 2012 16:19:09 -0700 Subject: Remove branch names in Travis build status image URL. Comma-delimiting branch names in the build status image URL for Travis-CI does not currently work, so this commit switches to not specifying any branch names until this is fixed. See also the Travis-CI issue: https://github.com/travis-ci/travis-ci/issues/731 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4bf18..d786b5a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pystache ![](https://s3.amazonaws.com/webdev_bucket/pystache.png "mustachioed, monocled snake by David Phillips") -![](https://secure.travis-ci.org/defunkt/pystache.png?branch=master,development) +![](https://secure.travis-ci.org/defunkt/pystache.png) [Pystache](https://github.com/defunkt/pystache) is a Python implementation of [Mustache](http://mustache.github.com/). Mustache is a -- cgit v1.2.1