From 9f5c71d29aa3c5fd2e5b6b7dd80e852f392b3700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 7 Oct 2016 20:54:22 +0200 Subject: [PATCH] Also test the latest DMD beta. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74d21c6..d6fe1e8 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.071.0 - - ldc-1.0.0 + - dmd-2.071.2 - dmd-2.070.2 + - ldc-1.0.0 + - dmd-beta script: ./travis-ci.sh