aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-18 15:21:41 +1300
committerDavid Phillips <david@sighup.nz>2017-11-18 15:21:45 +1300
commit7e1f69a4c43b79f1424c78283f1825fe97638065 (patch)
treeb29bf3b369fb5dbac0df3e90e86ac419e11e2ae2
parentb2f512950b12663bce8e9e21b3b3a644cbba0f26 (diff)
downloadsand-leek-7e1f69a4c43b79f1424c78283f1825fe97638065.tar.xz
Attempt OpenSSL path correction
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 22f3a07..8e0bf25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,5 @@ compiler: gcc
os: osx
script:
+ - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"; fi'
- make all test