parity-common/.travis.yml

12 lines
218 B
YAML
Raw Normal View History

2018-07-06 05:14:52 -07:00
language: rust
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build
2018-07-13 10:08:07 -07:00
- cargo test --all --exclude uint
- cd uint/ && cargo test --features=std,impl_quickcheck_arbitrary