1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-16 08:41:28 -04:00

Enable static building in Travis

This commit is contained in:
Bradlee Speice 2019-09-21 15:50:07 -04:00
parent 4bfc895869
commit 6312d9520d

View File

@ -18,7 +18,7 @@ script:
- cd aeron_driver-sys - cd aeron_driver-sys
- cargo test - cargo test
- cargo test --release - cargo test --release
#- cargo test --features "static" - cargo test --features "static"
- cd .. - cd ..
- cargo test - cargo test