Add dmd 2.075.0 support

This commit is contained in:
2017-07-21 05:44:45 +02:00
parent 922c8bf7a3
commit cde492c279
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ os:
language: d
d:
- dmd-2.075.0
- dmd-2.074.1
- dmd-2.073.2
- dmd-2.072.2
@@ -23,7 +24,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.074.1)' ]; then
- if [ "$PS1" = '(dmd-2.075.0)' ]; then
export UNITTEST="unittest-cov";
fi