]> granicus.if.org Git - libevent/commitdiff
travis-ci: do not run coverage on osx
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 12 Mar 2017 10:12:53 +0000 (13:12 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 12 Mar 2017 12:01:09 +0000 (15:01 +0300)
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.

.travis.yml

index 415e37ed79b71a42fbd69a8af134620a95510ac1..cfe24e4006a4279a6c8a245b5f580aeb85ab8f9c 100644 (file)
@@ -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