primitives/.travis.yml

13 lines
201 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo test -p ethereum-types --no-default-features --release
env:
- RUST_LOG=quickcheck