From 1960fb4be2ffaf2a36bb4de2977b8f6681397761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 2 Sep 2017 17:44:01 +0200 Subject: [PATCH] Test with DMD 2.076.0. --- .travis.yml | 3 ++- appveyor.yml | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0bd18b7..2a8cffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,12 @@ 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.075.0 + - dmd-2.076.0 - dmd-2.071.2 - ldc-1.3.0 - ldc-1.2.0 - ldc-1.1.0 + - dmd-2.075.0 - dmd-2.074.1 - dmd-2.073.2 - dmd-2.072.2 diff --git a/appveyor.yml b/appveyor.yml index a26d3e9..fd5af04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,13 +2,16 @@ platform: x64 environment: matrix: - DC: dmd - DVersion: 2.075.0 + DVersion: 2.076.0 arch: x64 - DC: dmd - DVersion: 2.075.0 + DVersion: 2.076.0 arch: x86 - DC: dmd - DVersion: 2.075.0 + DVersion: 2.076.0 + arch: x86_mscoff + - DC: dmd + DVersion: 2.075.1 arch: x86_mscoff - DC: dmd DVersion: 2.074.1