Exclude compilers that don't come with kqueue headers on macOS.
This commit is contained in:
parent
217a6698cb
commit
c836109f41
11
.travis.yml
11
.travis.yml
|
@ -9,10 +9,13 @@ d:
|
||||||
# this way the overall test time gets cut down (GDC/LDC are a lot
|
# 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
|
# slower tham DMD, so they should be started early), while still
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
- dmd-2.071.2
|
- dmd-2.073.0
|
||||||
- dmd-2.070.2
|
- dmd-2.070.2
|
||||||
|
- ldc-1.1.0-beta6
|
||||||
- ldc-1.0.0
|
- ldc-1.0.0
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
- dmd-2.072.2
|
||||||
|
- dmd-2.071.2
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONFIG=select
|
- CONFIG=select
|
||||||
|
@ -28,6 +31,12 @@ matrix:
|
||||||
env: CONFIG=epoll
|
env: CONFIG=epoll
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CONFIG=kqueue
|
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
|
script: ./travis-ci.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue