From bc62bded51626ebcf50d2b6309b8b44b8deae045 Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Tue, 11 Feb 2020 10:39:07 +0100 Subject: [PATCH] added travis build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58437a0..e29f203 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Go / TypeScript and Go / Go RPC +[![Build Status](https://travis-ci.org/foomo/gotsrpc.svg?branch=master)](https://travis-ci.org/foomo/gotsrpc) + ## Installation From source to /usr/local/bin/gotsrpc: @@ -142,4 +144,4 @@ module: name: github.com/foomo/gotsrpc path: ../ # Relative Or Absolute Path where the package was checked out (root of the package) -``` \ No newline at end of file +```