From: Daniel Stenberg Date: Wed, 2 Aug 2017 08:32:15 +0000 (+0200) Subject: travis: build osx with libressl too X-Git-Tag: curl-7_55_0~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1767adf4399bb3be29121435e1bb1cc2bc05f7bf;p=thirdparty%2Fcurl.git travis: build osx with libressl too --- diff --git a/.travis.yml b/.travis.yml index 4fc9dcb67b..c39071e7ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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