From 910acbeccc45ed50cf811b166c09a0b1f29fca15 Mon Sep 17 00:00:00 2001 From: Hardik Patel Date: Mon, 30 Jul 2018 17:03:30 -0400 Subject: [PATCH] Adding travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dba795..6758313 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # service_demo + +[![Build Status](https://travis-ci.org/hardikp/service_demo.svg?branch=master)](https://travis-ci.org/hardikp/service_demo) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/hardikp/service_demo/blob/master/LICENSE) Python3 server and client examples for [gRPC](https://grpc.io/), [Thrift](https://thrift.apache.org/docs/) and [RPyC](https://rpyc.readthedocs.io/en/latest/).