aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 2d99f8c4..8b3093df 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -6,6 +6,8 @@ set -x
if [[ "$(uname -s)" == "Darwin" ]]; then
eval "$(pyenv init -)"
if [[ "${OPENSSL}" != "0.9.8" ]]; then
+ # travis has 1.0.1e installed via homebrew on OS X by default
+ # so set our flags to use that
export ARCHFLAGS="-arch x86_64"
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CFLAGS="-I/usr/local/opt/openssl/include"