From 0ca8f325c9209bb9aa05e4c051388e4d562fef3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 15 Jan 2017 22:34:36 +0100 Subject: [PATCH] Test with latest DMD versions. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c55895..84bd0f8 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.072.1 + - dmd-2.072.2 - dmd-2.070.2 - ldc-1.0.0 - ldc-1.1.0-beta6 - dmd-2.071.2 + - dmd-beta env: - CONFIG=select @@ -19,6 +20,7 @@ env: matrix: allow_failures: - env: CONFIG=libasync + - d: dmd-beta script: ./travis-ci.sh