summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-02 10:32:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-02 10:32:15 +0200
commitaedf054d4717f0859561509de2dd8cf56253db40 (patch)
treea47453f566968651beaa2c265f17b987eaa73532
parentab9b608c53800b470b7475df463f9098bd52b2da (diff)
downloadcurl-bagder/travis-osx-openssl.tar.gz
travis: build osx with libressl toobagder/travis-osx-openssl
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fc9dcb67..c39071e7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,9 @@ matrix:
compiler: gcc
env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl
- os: osx
+ compiler: gcc
+ env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/libressl
+ - os: osx
compiler: clang
env: BUILD_TYPE=normal
- os: linux