diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ # ohai +[![Build Status Master](https://travis-ci.org/chef/ohai.svg?branch=master)](https://travis-ci.org/chef/ohai) +[![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/ohai?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/ohai/branch/master) + # DESCRIPTION: @@ -57,7 +60,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: |