Support dmd 2.075.1 - 2.077.0

This commit is contained in:
2017-11-04 00:35:47 +01:00
parent 13407fcf8a
commit 9422888b6c
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ os:
language: d
d:
- dmd-2.077.0
- dmd-2.076.1
- dmd-2.075.1
- dmd-2.074.1
env:
matrix:
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- if [ "$PS1" = '(dmd-2.076.1)' ]; then
- if [ "$PS1" = '(dmd-2.077.0)' ]; then
export UNITTEST="unittest-cov";
fi