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