From 50f0f5f6dcfe488d7cfc64f95d481b1131e71703 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 9 May 2015 22:12:38 -0500 Subject: [PATCH] Shields --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2d3694..e3cbb58 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Web-based PostgreSQL database browser written in Go. [![Release](https://img.shields.io/github/release/sosedoff/pgweb.svg)](https://github.com/sosedoff/pgweb/releases) +[![Linux Build](https://img.shields.io/travis/sosedoff/pgweb.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 @@ -69,11 +71,6 @@ Run tests: make test ``` -Continuous integration status: - -- Travis (Linux) - [![Build Status](https://img.shields.io/travis/sosedoff/pgweb.svg)](https://travis-ci.org/sosedoff/pgweb) -- Appveyor (Windows) - [![Build Status](https://img.shields.io/appveyor/ci/sosedoff/pgweb/master.svg)](https://ci.appveyor.com/project/sosedoff/pgweb) - ## Contribute - Fork repository