summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-05 11:20:57 -0500
committerPietro Gagliardi <[email protected]>2014-03-05 11:20:57 -0500
commitbd87c9d6cb3b2c7d0836767ba774df2df5f760e4 (patch)
tree7883a81e74e5cfddd3dc0ddecfdc6df6e2422fe0
parentc4568d6a3448c95b72cb40252017de2403320120 (diff)
Whoops; actually need build=master there; also remove extra space
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4df2a2e..798457d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-[![Build Status](https://travis-ci.org/andlabs/ui.png)](https://travis-ci.org/andlabs/ui)
-
+[![Build Status](https://travis-ci.org/andlabs/ui.png?branch=master)](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).