From b7eb9aad3ec600ea077628ecff998c14222c2e54 Mon Sep 17 00:00:00 2001
From: bunnei <bunneidev@gmail.com>
Date: Mon, 28 Apr 2014 12:21:41 -0400
Subject: [PATCH] added Travis CI build indicator to README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 8621752010..ab3540d013 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 citra emulator
 ==============
+![Travis CI Build Status](https://travis-ci.org/bunnei/citra.svg)
+
 An experimental open-source Nintendo 3DS emulator/debugger written in C++. At this time, it only emulates a very small subset of 3DS hardware, and therefore is only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included.
 
 For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/).
-- 
GitLab