From: yuangongji <82787816@qq.com> Date: Tue, 20 Aug 2019 12:05:25 +0000 (+0800) Subject: travis-ci: add openssl1.1 into travis build matrix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4e3c014d5996c8ed7744aa02dd03c217835351d;p=libevent travis-ci: add openssl1.1 into travis build matrix Fixes: #705 --- diff --git a/.travis.yml b/.travis.yml index 830c9568..2fcbb9d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,16 @@ env: - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-malloc-replacement" matrix: + include: + # for openssl1.1 + - os: linux + dist: bionic + env: EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="" + compiler: gcc + - os: linux + dist: bionic + env: EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="" + compiler: clang exclude: - os: osx env: EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes