Fix travis script

This commit is contained in:
David Palm 2018-08-09 10:48:34 +02:00
parent 9c391ed530
commit 88c3ba83f1
1 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@ matrix:
script:
- cargo build
- cargo test --all --exclude uint
- cd uint/ && cargo test --features=std,impl_quickcheck_arbitrary
- cd hashdb/ && cargo test --no-default-features
- cd plain_hasher/ && cargo test --no-default-features
- cd uint/ && cargo test --features=std,impl_quickcheck_arbitrary && cd ..
- cd hashdb/ && cargo test --no-default-features && cd ..
- cd plain_hasher/ && cargo test --no-default-features && cd ..