parity-common/.travis.yml

12 lines
218 B
YAML

language: rust
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build
- cargo test --all --exclude uint
- cd uint/ && cargo test --features=std,impl_quickcheck_arbitrary