bincode-orig/.travis.yml

16 lines
186 B
YAML

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