From 7929c249a39d089505fa9cdc5a433a44ca6c5a74 Mon Sep 17 00:00:00 2001 From: Alexis Agahi Date: Mon, 26 Dec 2016 18:16:23 +0100 Subject: [PATCH] Try fix darwin travis build #10 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2c101072e..705a03829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ before_script: script: + - brew info openssl - cargo test # - rustdoc --test Readme.md -L target/debug/deps -L target/debug - cargo doc --no-deps