Commit 23b4a052 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: build osx with openssl too

parent 920f777f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ matrix:
        - os: osx
          compiler: gcc
          env: BUILD_TYPE=debug
        - os: osx
          compiler: gcc
          env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl
        - os: osx
          compiler: clang
          env: BUILD_TYPE=normal
@@ -76,7 +79,7 @@ script:
        fi
    - |
        if [ "$BUILD_TYPE" = "debug" ]; then
             ./configure --enable-debug --enable-werror
             ./configure --enable-debug --enable-werror $CONFIGURE
             make
             make TFLAGS=-n test-nonflaky
        fi