summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-05 11:18:04 -0500
committerPietro Gagliardi <[email protected]>2014-03-05 11:18:04 -0500
commit1fc08c3fac9a6d8b5082a5d12a211a56f56d0382 (patch)
tree44697c42383684a808793905623b3b7de8dae288 /README.md
parentebd15cc5d6ae4df6265f53a61e7179e73b63d0c3 (diff)
parente3db9b7a9b435ad90cdf1b7a92da17a740ea8296 (diff)
Merge pull request #3 from tompao/travis-ci
Example of continuous integration setup with Travis-ci
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ff3791..25a97af 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/tompao/ui.png?branch=travis-ci)](https://travis-ci.org/tompao/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).