summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d3ee1e4..b17e4e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,5 +40,7 @@ env:
matrix:
include:
- os: osx
- env: OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
rust: stable
+ before_install:
+ - export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
+ - export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib