diff --git a/.travis.yml b/.travis.yml index 3ddb459..2b14aa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..