Merge branch 'travis'

This commit is contained in:
Tim Kuehn
2016-02-12 00:54:57 -08:00
2 changed files with 8 additions and 3 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: rust
rust:
- nightly
script:
- |
(cd tarpc && travis-cargo build) &&
(cd tarpc && travis-cargo test) &&

View File

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