From bed26ddc6e0d55a5dc0bad797bc65683233c890e Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 27 Jul 2015 21:05:10 +0200 Subject: [PATCH] Build with new DMD beta --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4d086b..1c486f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: d -d: dmd-2.068.0-b1 +d: dmd-2.068.0-b2 script: - dub build --build=release --config=library @@ -9,4 +9,4 @@ script: - dub build --build=release --config=qualifiersExample - dub build --build=release --config=arrayCompletionExample - dub build --build=release --config=annotationsExample -# - dub build --build=ddox + - dub build --build=ddox