Fix the Travis build

pull/8/head
Bradlee Speice 2019-10-07 19:26:33 -04:00
parent faf7fd33e4
commit 9f086c5965
1 changed files with 3 additions and 1 deletions

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