Test with latest DMD versions.

This commit is contained in:
Sönke Ludwig 2017-01-15 22:34:36 +01:00
parent 96343f87da
commit 0ca8f325c9

View file

@ -5,11 +5,12 @@ 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.072.1 - dmd-2.072.2
- dmd-2.070.2 - dmd-2.070.2
- ldc-1.0.0 - ldc-1.0.0
- ldc-1.1.0-beta6 - ldc-1.1.0-beta6
- dmd-2.071.2 - dmd-2.071.2
- dmd-beta
env: env:
- CONFIG=select - CONFIG=select
@ -19,6 +20,7 @@ env:
matrix: matrix:
allow_failures: allow_failures:
- env: CONFIG=libasync - env: CONFIG=libasync
- d: dmd-beta
script: ./travis-ci.sh script: ./travis-ci.sh