summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-08-15 01:18:21 +0200
committerEugen Wissner <belka@caraus.de>2017-08-15 01:18:21 +0200
commit94a7fdbb9117317f63271565a5e20b6df8236068 (patch)
tree35e93ed849a2ad486a5b37cd4397d3788a2fd47c /.travis.yml
parentafd3c42c5fd29d98fbc31bc785ce4b62d4e89e97 (diff)
downloadtanya-94a7fdbb9117317f63271565a5e20b6df8236068.tar.gz
Update latest DMD to 2.075.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 2137d0b..176c2a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.075.0
+ - dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.075.0)' ]; then
+ - if [ "$PS1" = '(dmd-2.075.1)' ]; then
export UNITTEST="unittest-cov";
fi