From ab3e365ff6086f2fadd94a5c283879912a671645 Mon Sep 17 00:00:00 2001
From: Troels Thomsen <troels@thomsen.io>
Date: Wed, 25 May 2016 10:37:34 +0200
Subject: [PATCH] Show build status in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2d90fb10..647eee7c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Heroku Buildpack: Python
+# Heroku Buildpack: Python [![Build Status](https://travis-ci.org/heroku/heroku-buildpack-python.svg?branch=master)](https://travis-ci.org/heroku/heroku-buildpack-python)
 ![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png)
 
 This is the official [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](https://pip.pypa.io/) and other excellent software.
-- 
GitLab