summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-04 16:03:06 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-04 16:03:06 -0700
commitb60ea44069b97ec6b0d7e126b314c298b84d0a98 (patch)
treefa0184ef5ac7ce1fd5209cf0cb65f0dddbf41583 /.travis.yml
parentd24f22fc376a48bbee4fc9a268fbc2b5fc905dd1 (diff)
downloadssh2-rs-b60ea44069b97ec6b0d7e126b314c298b84d0a98.zip
No need to install openssl on osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b353ee7..d3ee1e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,5 @@ env:
matrix:
include:
- os: osx
- before_install: brew install openssl
- env: OPENSSL_INCLUDE_DIR=/usr/local/include OPENSSL_LIB_DIR=/usr/local/lib
+ env: OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
rust: stable