travis: build osx with libressl too

This commit is contained in:
Daniel Stenberg 2017-08-02 10:32:15 +02:00
parent 23b4a05210
commit 1767adf439
1 changed files with 3 additions and 0 deletions

View 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