]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: travis-ci: get back to osx without openssl support
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 5 May 2019 12:43:37 +0000 (17:43 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2019 05:26:15 +0000 (07:26 +0200)
there's some issue with socket path, after it is resolved,
we will enable openssl for osx

.travis.yml

index 4dd7e9aa5ada386c1c1edfed6d42675358043c49..159e0d059378f405a88cfc7567e173bcea999e39 100644 (file)
@@ -44,7 +44,7 @@ matrix:
     env: TARGET=linux2628 FLAGS=
   - os: osx
     compiler: clang
-    env: TARGET=generic FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1b
+    env: TARGET=generic FLAGS=
 
 install:
   - git clone https://github.com/VTest/VTest.git ../vtest