From: Azat Khuzhin Date: Sun, 12 Mar 2017 10:12:53 +0000 (+0300) Subject: travis-ci: do not run coverage on osx X-Git-Tag: release-2.1.9-beta^2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d914115cd96240717187b2a379b7504944e9aaef;p=libevent travis-ci: do not run coverage on osx First of all we don't really need two of them, and also with apple-clang it will fail (because of our checks in cmake), so just exclude it from the build matrix. (cherry picked from commit 83b1584700ec453e89017b5f12cf338a50b101b4) --- diff --git a/.travis.yml b/.travis.yml index fe8d77ef..0758b0ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,11 @@ env: - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-debug-mode" - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-malloc-replacement" +matrix: + exclude: + - os: osx + env: EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes + language: c compiler: - gcc