mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-28 15:22:30 +01:00
Don't use travis-cargo for now
This commit is contained in:
@@ -4,5 +4,5 @@ rust:
|
||||
|
||||
script:
|
||||
- |
|
||||
(cd tarpc && travis-cargo build) &&
|
||||
(cd tarpc && travis-cargo test)
|
||||
(cd tarpc && cargo build) &&
|
||||
(cd tarpc && cargo test)
|
||||
|
||||
Reference in New Issue
Block a user