From 6312d9520dd8ee094863a3051d0a8a52aef42c43 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 21 Sep 2019 15:50:07 -0400 Subject: [PATCH] Enable static building in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca7b19e..4384fb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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