rust-ipfs/.travis.yml
Austin Baugh f0db3cfe2e Migrating to stable: Replaced NoneError with TryError (#39)
Replaced instances of NoneError with the unit struct, TryError.
2019-12-18 10:20:25 +02:00

7 lines
68 B
YAML

language: rust
rust:
- stable
cache: cargo
script:
- cargo test