From f23b23f360b83e7aeb2ed7c3e4aeb6ecb7029f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 2 Nov 2019 22:18:29 +0100 Subject: [PATCH] test kqueue instead of epoll on macos --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 44ca372..c44a1f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ d: env: - CONFIG=select - CONFIG=epoll + - CONFIG=kqueue # disabled until the libasync driver of eventcore is more than a stub #- CONFIG=libasync @@ -32,6 +33,11 @@ matrix: allow_failures: - env: CONFIG=libasync - d: dmd-beta + exclude: + - os: linux + env: CONFIG=kqueue + - os: osx + env: CONFIG=epoll include: - d: dmd env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'