diff options
author | cmluciano <cmlucian@us.ibm.com> | 2015-03-11 16:39:02 -0400 |
---|---|---|
committer | cmluciano <cmlucian@us.ibm.com> | 2015-03-11 16:39:02 -0400 |
commit | ec4c1a040f1adc4d7cac016ab3f884592e07fc7f (patch) | |
tree | 735e32adfdb5cfaecdc6bda44d7f49f9b1288227 /README.md | |
parent | 9643616d12e0617e1a48c680ccc5ec9a996ccdec (diff) | |
download | ohai-ec4c1a040f1adc4d7cac016ab3f884592e07fc7f.tar.gz |
Add travis badge for build status to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |