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.
This commit is contained in:
Michael Kessler 2011-09-04 01:13:23 +02:00
parent 8bb295f105
commit 69d308b505

View File

@ -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.