From 0d95feab6266e87dc71379927646b8bf148b9c7f Mon Sep 17 00:00:00 2001 From: mattack108 Date: Tue, 15 Jan 2013 16:49:12 +0000 Subject: Update README with TravisCI build status widget --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 925f543..f93878e 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ django-wkhtmltopdf ================== +[![Build Status](https://travis-ci.org/incuna/django-wkhtmltopdf.png)](https://travis-ci.org/incuna/django-wkhtmltopdf) + Converts html to PDF -------------------- -- cgit v1.2.3 From cceabb0f893b67ff8924e7939ab1675235f88dca Mon Sep 17 00:00:00 2001 From: mattack108 Date: Tue, 15 Jan 2013 16:52:41 +0000 Subject: Use correct markdown format (yes, it is RST here ;) --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f93878e..26cf36d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,8 @@ django-wkhtmltopdf ================== -[![Build Status](https://travis-ci.org/incuna/django-wkhtmltopdf.png)](https://travis-ci.org/incuna/django-wkhtmltopdf) +.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png + :target: https://travis-ci.org/incuna/django-wkhtmltopdf Converts html to PDF -- cgit v1.2.3 From 28531169c5768d1a2bc810b2c9a322345e666550 Mon Sep 17 00:00:00 2001 From: mattack108 Date: Thu, 17 Jan 2013 09:54:42 +0000 Subject: Update travis.yml --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 26cf36d..579ebcd 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ django-wkhtmltopdf ================== -.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png +.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png?branch=travis-setup :target: https://travis-ci.org/incuna/django-wkhtmltopdf -- cgit v1.2.3 From d31a7cde37bf7a9a718dba1f929b5b5e89409724 Mon Sep 17 00:00:00 2001 From: mattack108 Date: Thu, 17 Jan 2013 10:34:27 +0000 Subject: Remove url param for Travis status widget --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 579ebcd..26cf36d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ django-wkhtmltopdf ================== -.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png?branch=travis-setup +.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png :target: https://travis-ci.org/incuna/django-wkhtmltopdf -- cgit v1.2.3