Skip to content

Commit

Permalink
remove build status from generated desc html
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadley committed Jan 16, 2013
1 parent a2d397d commit d014e8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
.PHONY: connect-desc connect-pkg all clean

connect-desc:
markdown_py -o html5 -f "build/magento-connect-desc-$(shell ./util/get-version.sh).html" README.md
grep -v 'Build Status' README.md | markdown_py -o html5 -f "build/magento-connect-desc-$(shell ./util/get-version.sh).html"

connect-changelog:
markdown_py -o html5 -f "build/magento-connect-changelog-$(shell ./util/get-version.sh).html" CHANGELOG.md
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Nexcess.net Turpentine Extension for Magento

[![Build Status](https://travis-ci.org/nexcess/magento-turpentine.png)](https://travis-ci.org/nexcess/magento-turpentine)

Turpentine is a Magento extension to improve Magento's compatibility with
Expand Down

0 comments on commit d014e8f

Please sign in to comment.