From a046a59b16e4505e8c08f3f9cee23ec1898680f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 19 Dec 2016 22:01:57 +0100 Subject: [PATCH] Test with latest LDC/DMD. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99564cb..8617453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,10 @@ 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.0 + - dmd-2.072.1 - dmd-2.070.2 - ldc-1.0.0 + - ldc-1.1.0-beta6 - dmd-2.071.2 script: ./travis-ci.sh