From c4568d6a3448c95b72cb40252017de2403320120 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 5 Mar 2014 11:19:37 -0500 Subject: [PATCH] Updated Travis.ci badge for andlabs/ui. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a97af..4df2a2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/tompao/ui.png?branch=travis-ci)](https://travis-ci.org/tompao/ui) +[![Build Status](https://travis-ci.org/andlabs/ui.png)](https://travis-ci.org/andlabs/ui) # Native UI library for Go ### THIS PACKAGE IS UNDER ACTIVE DEVELOPMENT. Feel free to start using it, but mind: it's far from feature-complete, it's still in need of testing and crash-fixing, and the API can (and will) change. If you can help, please do! Run `./test` to build a test binary `test/test` which runs a (mostly) feature-complete UI test. Run `./d32 ./test` to build a 32-bit version (you will need a cgo-enabled 32-bit go environment, and I have only tested this on Mac OS X).