From adf8e43a79ac4c5ae500d09244c38c790fbd15d2 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Thu, 8 Dec 2016 12:24:11 +0100 Subject: [PATCH] Add CI build status badges to README.md These badges show the build status of the master branch. If the Travis or Appveyor build fails, it can be seen directly on Github in the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59a1c93f4..c01e75864 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Graphviz - Graph Visualization Tools +[![Linux build status](https://img.shields.io/travis/ellson/graphviz/master.svg?label=Linux)](https://travis-ci.org/ellson/graphviz) +[![Windows Build Status](https://img.shields.io/appveyor/ci/ellson/graphviz/master.svg?label=Windows)](https://ci.appveyor.com/project/ellson/graphviz/branch/master) + from AT&T Research and Lucent Bell Labs * http://www.graphviz.org/ -- 2.50.0