mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-02 09:31:21 +01:00
Move .travis.yml to root
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