From 23b4a0521099e5f8fccbc7d38c93d24e0f1e963d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 Aug 2017 10:28:00 +0200 Subject: travis: build osx with openssl too --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b08cf1710..4fc9dcb67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3