diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b08cf1710..4fc9dcb67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,9 @@ matrix: 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 - os: linux @@ -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 |