summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 77cd61f..8d874d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.078.1
+ - dmd-2.078.2
- dmd-2.077.1
- dmd-2.076.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.078.1)' ]; then
+ - if [ "$PS1" = '(dmd-2.078.2)' ]; then
export UNITTEST="unittest-cov";
fi