]> granicus.if.org Git - curl/commitdiff
travis: build osx with libressl too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 08:32:15 +0000 (10:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Aug 2017 10:50:30 +0000 (12:50 +0200)
.travis.yml

index 4fc9dcb67b951a35ec886e60815660328407810c..c39071e7cafcbe2f8d4c7eaf092dff1566c86e3c 100644 (file)
@@ -33,6 +33,9 @@ matrix:
         - os: osx
           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