From e1e2f0a0aef967866199fde3c2b082c5d62216e2 Mon Sep 17 00:00:00 2001 From: inspuration Date: Wed, 11 Jun 2014 01:14:43 -0400 Subject: [PATCH] Updated readme.md to use my travis repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9bd8967e..0b68b02d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ citra emulator ============== -[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg)](https://travis-ci.org/citra-emu/citra) +[![Travis CI Build Status](https://travis-ci.org/inspuration/citra.svg?branch=master)](https://travis-ci.org/inspuration/citra) 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. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project.