commit | 70e0224987ff4cd9cbdffdcf29f3a9979154437b | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Sun May 05 17:43:37 2019 +0500 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 06 07:26:15 2019 +0200 |
tree | f468b4c315f7f83e8daf410810bde6a6c2cb9324 | |
parent | db6e4beea76915866fe4ef44c7384bd63c4f4217 [diff] |
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
diff --git a/.travis.yml b/.travis.yml index 4dd7e9a..159e0d0 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -44,7 +44,7 @@ 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