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}