Update dmd to 2.078.0

This commit is contained in:
2018-01-04 05:36:46 +01:00
parent 12de700706
commit 8db1851c5c
5 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ os:
language: d
d:
- dmd-2.078.0
- dmd-2.077.1
- dmd-2.076.1
@@ -21,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.077.1)' ]; then
- if [ "$PS1" = '(dmd-2.078.0)' ]; then
export UNITTEST="unittest-cov";
fi