summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-12-02 10:40:40 +0100
committerEugen Wissner <belka@caraus.de>2017-12-02 10:40:40 +0100
commit75ce854192385788fdd18d1ee9109f73b69273e1 (patch)
tree0a5a99ac06333ed0baf86e6fc788a9c83973aa1e /.travis.yml
parent9e16d84f9e9c6e0c38763ea07b1c5d385100467e (diff)
downloadtanya-75ce854192385788fdd18d1ee9109f73b69273e1.tar.gz
Support dmd 2.077.1
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 3553092..297a9a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.077.0
+ - dmd-2.077.1
- dmd-2.076.1
- dmd-2.075.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.077.0)' ]; then
+ - if [ "$PS1" = '(dmd-2.077.1)' ]; then
export UNITTEST="unittest-cov";
fi