From 97e667ab3041382f49159ef598e2847cffa93aaa Mon Sep 17 00:00:00 2001 From: HelpingHand1 Date: Wed, 10 Dec 2014 18:13:48 -0500 Subject: [PATCH 1/2] Updated readme to display travis-ci.org build test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62f3b49..9f65799 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Parsedown +[![Build Status](https://travis-ci.org/erusev/parsedown.svg)](https://travis-ci.org/erusev/parsedown) + Better Markdown Parser in PHP [[ demo ]](http://parsedown.org/demo) From 4b7d7cdef2b22ae4065ed08066fee47219141351 Mon Sep 17 00:00:00 2001 From: HelpingHand1 Date: Sat, 13 Dec 2014 13:01:40 -0500 Subject: [PATCH 2/2] updated readme.md per comment by cebe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f65799..4a42331 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Parsedown -[![Build Status](https://travis-ci.org/erusev/parsedown.svg)](https://travis-ci.org/erusev/parsedown) +[![Build Status](https://travis-ci.org/erusev/parsedown.svg?branch=master)](https://travis-ci.org/erusev/parsedown) Better Markdown Parser in PHP