From 69d308b5059a6c05de31970f1e31990daec3f9be Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Sun, 4 Sep 2011 01:13:23 +0200 Subject: [PATCH] Fix Travis CI build status image. The image is not displayed properly because Travis SSL uses the Heroku wildcard SSL certificate and is thus not trusted because of the URL mismatch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acfb81..a2045bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Guard [![Build Status](https://travis-ci.org/guard/guard.png)](http://travis-ci.org/guard/guard) +Guard [![Build Status](http://travis-ci.org/guard/guard.png)](http://travis-ci.org/guard/guard) ===== Guard is a command line tool that easily handle events on files modifications.