From aedf054d4717f0859561509de2dd8cf56253db40 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 Aug 2017 10:32:15 +0200 Subject: travis: build osx with libressl too --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4fc9dcb67..c39071e7c 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 -- cgit v1.2.1