Enable static building in Travis

pull/3/head
Bradlee Speice 2019-09-21 15:50:07 -04:00
parent 4bfc895869
commit 6312d9520d
1 changed files with 1 additions and 1 deletions

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