From 3b44df76388c69b7c47089d2d6ab3b544d101799 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 12 Feb 2016 00:49:02 -0800 Subject: [PATCH] Add travis build info --- README.md | 3 +++ tarpc/.travis.yml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tarpc/.travis.yml diff --git a/README.md b/README.md index 1ac729d..4b28931 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ## tarpc: Tim & Adam's RPC lib +[![Travis-CI +Status](https://travis-ci.org/google/tarpc.png?branch=master)](https://travis-ci.org/google/tarpc) + *Disclaimer*: This is not an official Google product. tarpc is an RPC framework for rust with a focus on ease of use. Defining and implementing an echo-like server can be done in just a few lines of code: diff --git a/tarpc/.travis.yml b/tarpc/.travis.yml new file mode 100644 index 0000000..b0d12af --- /dev/null +++ b/tarpc/.travis.yml @@ -0,0 +1,3 @@ +language: rust +rust: + - nightly