mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-29 23:55:59 +01:00
Merge branch 'travis'
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
|
||||
script:
|
||||
- |
|
||||
(cd tarpc && travis-cargo build) &&
|
||||
(cd tarpc && travis-cargo test) &&
|
||||
@@ -1,3 +0,0 @@
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
Reference in New Issue
Block a user