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