summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmluciano <cmlucian@us.ibm.com>2015-03-11 16:39:02 -0400
committercmluciano <cmlucian@us.ibm.com>2015-03-11 16:39:02 -0400
commitec4c1a040f1adc4d7cac016ab3f884592e07fc7f (patch)
tree735e32adfdb5cfaecdc6bda44d7f49f9b1288227
parent9643616d12e0617e1a48c680ccc5ec9a996ccdec (diff)
downloadohai-ec4c1a040f1adc4d7cac016ab3f884592e07fc7f.tar.gz
Add travis badge for build status to readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57e66376..893c2ba2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# ohai
+[![Build Status Master](https://travis-ci.org/chef/ohai.svg?branch=master)](https://travis-ci.org/chef/ohai)
# DESCRIPTION:
@@ -57,7 +58,7 @@ Ohai has some Rake tasks for doing various things.
rake package # Build all the packages
rake repackage # Force a rebuild of the package files
rake spec # Run specs
-
+
($VERSION is the current version, from the GemSpec in Rakefile)
# LINKS: