1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-10-17 23:51:38 -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
- cargo test
- cargo test --release
#- cargo test --features "static"
- cargo test --features "static"
- cd ..
- cargo test