mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-03 13:50:26 -05:00
BUILD: travis-ci: get back to osx without openssl support
there's some issue with socket path, after it is resolved, we will enable openssl for osx
This commit is contained in:
parent
db6e4beea7
commit
70e0224987
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue