summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-03-16 12:22:41 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-03-16 12:22:41 -0700
commit81d3f0a6d3b39c615ca29f8695b8975e783a20f8 (patch)
tree13b74cd27a612affafd4969368596e81a2712fad
parent9643616d12e0617e1a48c680ccc5ec9a996ccdec (diff)
parent204675782353eac992bf646245d3500c6e31b851 (diff)
downloadohai-81d3f0a6d3b39c615ca29f8695b8975e783a20f8.tar.gz
Merge pull request #495 from cmluciano/cml/addtravisbadge
Add travis badge for build status to readme
-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: