Move .travis.yml to root

This commit is contained in:
Tim Kuehn
2016-02-12 00:54:42 -08:00
parent 3b44df7638
commit ce49e6b000
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