diff --git a/.travis.yml b/.travis.yml index 4384fb8..e57e51b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,10 @@ script: - cargo test --release - cargo test --features "static" - - cd .. + - cd ../aeron-rs - cargo test - cargo test --release + + - cd .. - cargo clippy --all - cargo fmt --all -- --check