Commit 1767adf4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: build osx with libressl too

parent 23b4a052
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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