Update ci to crate removal.

This commit is contained in:
cheme 2019-02-07 18:35:40 +01:00
parent 079c55e881
commit 804d450c0a
No known key found for this signature in database
GPG Key ID: 893E86691A48857E
1 changed files with 0 additions and 1 deletions

View File

@ -22,6 +22,5 @@ script:
- cargo test --all --exclude uint --exclude fixed-hash
- cd fixed-hash/ && cargo test --all-features && cd ..
- cd uint/ && cargo test --features=std,quickcheck --release && cd ..
- cd hashdb/ && cargo test --no-default-features && cd ..
- cd plain_hasher/ && cargo test --no-default-features && cd ..
- cd parity-util-mem/ && cargo test --features=estimate-heapsize && cd ..