Add travis badge

This commit is contained in:
Sridhar Venkatakrishnan
2016-03-28 20:13:19 +02:00
parent 1daf1c855f
commit b4b8a3bf54

View File

@ -1,4 +1,4 @@
## GoJava - Java bindings to Go packages
## GoJava - Java bindings to Go packages [![Build Status](https://travis-ci.org/sridharv/gojava.svg?branch=master)](https://travis-ci.org/sridharv/gojava)
GoJava uses a [forked version of gomobile](https://github.com/sridharv/gomobile-java) to generate Java bindings to Go packages.
The same set of types are supported. Details on how the binding works can be found [here](https://godoc.org/golang.org/x/mobile/cmd/gobind).