From 31246ba82cf7234a75505346520bf6c9653eec67 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 7 May 2015 18:21:53 -0700 Subject: README.md: only display build status of the source... branch. Two other notes: * Giving up on Heroku deployment since I'll need to write a server script and a buildpack to serve the static site. * It is possible to install Pandoc in a container -- use linuxbrew! However, building the entire Haskell platform and Pandoc is too time consuming. I might as well just wait in line for a non-container machine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f95003..cce11267 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/zmwangx/zmwangx.github.io.svg)](https://travis-ci.org/zmwangx/zmwangx.github.io) +[![Build Status](https://travis-ci.org/zmwangx/zmwangx.github.io.svg?branch=source)](https://travis-ci.org/zmwangx/zmwangx.github.io) This blog can be built with the `pyblog` script. The `pyblog` script currently provides the following actions: -- cgit v1.2.1