bincode-orig/.travis.yml

10 lines
120 B
YAML

language: rust
rust:
- stable
- beta
- nightly
script:
- cargo test
- cargo test --features "i128"