parity-common/.travis.yml

13 lines
201 B
YAML
Raw Normal View History

2017-03-15 06:15:05 -07:00
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
2017-07-04 02:12:49 -07:00
script:
2017-11-14 07:57:32 -08:00
- cargo test -p ethereum-types --no-default-features --release
2017-10-05 15:46:31 -07:00
env:
- RUST_LOG=quickcheck