1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-11-12 11:08:08 -05:00

Fix the Travis build

This commit is contained in:
Bradlee Speice 2019-10-07 19:26:33 -04:00
parent faf7fd33e4
commit 9f086c5965

View File

@ -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