Add support for dmd 2.076.0

This commit is contained in:
2017-09-01 19:38:44 +02:00
parent 617eaab9a2
commit 515bf619e8
3 changed files with 67 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ os:
language: d
d:
- dmd-2.076.0
- dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
@@ -22,7 +23,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.075.1)' ]; then
- if [ "$PS1" = '(dmd-2.076.0)' ]; then
export UNITTEST="unittest-cov";
fi