From 5e4909a9793943368320ac3cebd689f9d311ca37 Mon Sep 17 00:00:00 2001 From: Max Jacobson Date: Wed, 6 Jan 2016 18:29:24 -0500 Subject: [PATCH] Add build badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a71ab36..6c60aa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # shell whisperer +[![Build Status](https://travis-ci.org/maxjacobson/shell_whisperer.svg)](https://travis-ci.org/maxjacobson/shell_whisperer) + This is a very small library to provide a wrapper around Ruby's backtick thing, where you can run shell commands.