summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-02-17 12:04:11 -0800
committerTim Smith <tsmith84@gmail.com>2016-02-17 12:04:11 -0800
commit433dbde306689399be44bae3b225e9ff53bdd5ee (patch)
tree689552df54d9ac0758934cdd633c22ca965b6e1e
parentbf9f1dfe5ec7ec032b111aa6bd9272db7067f654 (diff)
downloadmixlib-shellout-433dbde306689399be44bae3b225e9ff53bdd5ee.tar.gz
Add badges to the readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d137035..7f463e0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# Mixlib::ShellOut
+[![Build Status Master](https://travis-ci.org/chef/mixlib-shellout.svg?branch=master)](https://travis-ci.org/chef/mixlib-shellout)
+[![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/mixlib-shellout?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/mixlib-shellout/branch/master)
+[![Gem Version](https://badge.fury.io/rb/mixlib-shellout.svg)](https://badge.fury.io/rb/mixlib-shellout)
+
Provides a simplified interface to shelling out while still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc.
No means for passing input to the subprocess is provided.
@@ -62,7 +66,7 @@ Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Wi
- `Process.spawn` in Ruby 1.9
- [https://github.com/rtomayko/posix-spawn](https://github.com/rtomayko/posix-spawn)
-# LICENSE:
+## License
* Copyright:: Copyright (c) 2011-2016 Chef Software, Inc.
* License:: Apache License, Version 2.0