Merge pull request #3 from tikue/travis

Add travis build info
This commit is contained in:
Tim
2016-02-12 00:51:16 -08:00
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