Add travis build info

This commit is contained in:
Tim Kuehn
2016-02-12 00:49:02 -08:00
parent bb40fe2153
commit 3b44df7638
2 changed files with 6 additions and 0 deletions

View File

@@ -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:

3
tarpc/.travis.yml Normal file
View File

@@ -0,0 +1,3 @@
language: rust
rust:
- nightly