summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57e66376..bdffdead 100644
--- a/README.md
+++ b/README.md
@@ -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: