From c836109f41ea6c831432c29f7fad9b920f34da2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 22 Jan 2017 21:56:22 +0100 Subject: [PATCH] Exclude compilers that don't come with kqueue headers on macOS. --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83d07f5..9a60830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,13 @@ d: # this way the overall test time gets cut down (GDC/LDC are a lot # slower tham DMD, so they should be started early), while still # catching most DMD version related build failures early - - dmd-2.071.2 + - dmd-2.073.0 - dmd-2.070.2 + - ldc-1.1.0-beta6 - ldc-1.0.0 - dmd-beta + - dmd-2.072.2 + - dmd-2.071.2 env: - CONFIG=select @@ -28,6 +31,12 @@ matrix: env: CONFIG=epoll - os: linux env: CONFIG=kqueue + - os: osx + d: dmd-2.071.2 + - os: osx + d: dmd-2.070.2 + - os: osx + d: ldc-1.0.0 script: ./travis-ci.sh