From d19b2f1d6222b413d0387b3f29389d7bfcc5cc10 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Tue, 7 Jul 2015 12:35:24 -0700 Subject: [PATCH] Include travis-ci build status in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 010b58e..193c710 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,11 @@ A dashboard is provided to offer real-time statistics and historical graphs. It [Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for details. +## Build status + +[![Build Status](https://travis-ci.org/puppetlabs/vmpooler.png?branch=master)](https://travis-ci.org/puppetlabs/vmpooler) + + ## License vmpooler is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). See the [LICENSE](LICENSE) file for more details.