From 70128f407a2dcd5ddfdbeb966e0c2e9b8ee1ed68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 1 Feb 2017 12:18:54 +0100 Subject: [PATCH] Test on DMD 2.073.0 and LDC 1.1.0 and add compiler list to README. --- .travis.yml | 5 +++-- README.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84bd0f8..52d8438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,11 @@ 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.2 + - dmd-2.073.0 - dmd-2.070.2 + - ldc-1.1.0 - ldc-1.0.0 - - ldc-1.1.0-beta6 + - dmd-2.072.2 - dmd-2.071.2 - dmd-beta diff --git a/README.md b/README.md index f5fcf34..24aba6f 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,16 @@ File I/O | done Directory watchers | done ManualEvent | done Path/URL types | done + + +Supported compilers +------------------- + +The following compilers are tested and supported: + +- DMD 2.073.0 +- DMD 2.072.2 +- DMD 2.071.2 +- DMD 2.070.2 +- LDC 1.1.0 +- LDC 1.0.0