Exclude compilers that don't come with kqueue headers on macOS.

This commit is contained in:
Sönke Ludwig 2017-01-22 21:56:22 +01:00
parent 217a6698cb
commit c836109f41
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

View file

@ -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