From c3ad113637ca80cb4d27bf8868b6902dd2ceb227 Mon Sep 17 00:00:00 2001 From: FreeSlave Date: Fri, 29 May 2015 01:20:37 +0400 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e98f6e..99fa6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,15 @@ matrix: allow_failures: - d: gdc-4.8.2 - d: ldc-0.14.0 - - d: dmd-2.063.1 + - d: dmd-2.065.0 include: - d: dmd-2.067.1 - - d: dmd-2.063.1 - - d: gdc-4.8.2 - d: gdc-4.9.2 - d: ldc-0.15.1 + - d: dmd-2.065.0 + - d: gdc-4.8.2 - d: ldc-0.14.0 + script: - dub build standardpaths --compiler=${DC} - dub run standardpaths:printdirs --compiler=${DC}