point readme to our travis badge

This commit is contained in:
Vaci Koblizek 2020-11-09 19:41:05 +00:00
parent ce8ecc5349
commit 1e7b03d3f1

View file

@ -1,8 +1,10 @@
# capnproto-java: Cap'n Proto for Java # capnproto-java: Cap'n Proto for Java
[![Build Status](https://travis-ci.org/capnproto/capnproto-java.svg?branch=master)](https://travis-ci.org/capnproto/capnproto-java) [![Build Status](https://travis-ci.org/vaci/capnproto-java-rpc.svg?branch=master)](https://travis-ci.org/vaci/capnproto-java-rpc)
[Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data [Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data
and capabilities, and capnproto-java is a pure Java implementation. and capabilities, and capnproto-java is a pure Java implementation.
[Read more here.](https://dwrensha.github.io/capnproto-java/index.html) [Read more here.](https://dwrensha.github.io/capnproto-java/index.html)
This repository clone adds an implementation of the RPC framework for Java.