From 859bfa93a8db583de1dd72a1edcbf4bb75c0dbbe Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Thu, 11 Feb 2016 22:19:35 -0800 Subject: [PATCH] README: only look at test status for master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900d2e0..90d7d17 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Goji ==== -[![GoDoc](https://godoc.org/github.com/zenazn/goji/web?status.svg)](https://godoc.org/github.com/zenazn/goji/web) [![Build Status](https://travis-ci.org/zenazn/goji.svg)](https://travis-ci.org/zenazn/goji) +[![GoDoc](https://godoc.org/github.com/zenazn/goji/web?status.svg)](https://godoc.org/github.com/zenazn/goji/web) [![Build Status](https://travis-ci.org/zenazn/goji.svg?branch=master)](https://travis-ci.org/zenazn/goji) Goji is a minimalistic web framework that values composability and simplicity.