From 14a96c7bc65aae2e1e80264e13e269bbcdc0a601 Mon Sep 17 00:00:00 2001 From: Andrew Backes Date: Tue, 16 Feb 2016 01:03:36 -0600 Subject: [PATCH] Adding Travis CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e17649b..a63c492 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Magic: The Gathering SDK +[![Build Status](https://travis-ci.org/MagicTheGathering/mtg-sdk-ruby.svg?branch=master)](https://travis-ci.org/MagicTheGathering/mtg-sdk-ruby) + This is the Magic: The Gathering SDK Ruby implementation. It is a wrapper around the MTG API of magicthegathering.io. ## Installation