From f99afad7f64bc8d3db41afa342593ef81bdb0c2c Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 4 Apr 2017 22:06:00 -0500 Subject: [PATCH] Show build status on linux based off master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52091ee..30c0c32 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Web-based PostgreSQL database browser written in Go. [![Release](https://img.shields.io/github/release/sosedoff/pgweb.svg?label=Release)](https://github.com/sosedoff/pgweb/releases) -[![Linux Build](https://img.shields.io/travis/sosedoff/pgweb.svg?label=Linux)](https://travis-ci.org/sosedoff/pgweb) +[![Linux Build](https://img.shields.io/travis/sosedoff/pgweb/master.svg?label=Linux)](https://travis-ci.org/sosedoff/pgweb) [![Windows Build](https://img.shields.io/appveyor/ci/sosedoff/pgweb/master.svg?label=Windows)](https://ci.appveyor.com/project/sosedoff/pgweb) ## Overview