summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-02-16 16:35:53 +0100
committerEugen Wissner <belka@caraus.de>2018-02-16 16:35:53 +0100
commitbd2b88f16ece2b0631175bc1f91afae56ba5b3ed (patch)
treeb19f47c159b64fd49fd543b774833b50cd65669c /.travis.yml
parent2946fd7f81832585a5bd233ef28dbfa3b1526700 (diff)
downloadtanya-bd2b88f16ece2b0631175bc1f91afae56ba5b3ed.tar.gz
Update latest supported dmd to 2.078.3
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 8d874d0..442f45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.078.2
+ - dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.078.2)' ]; then
+ - if [ "$PS1" = '(dmd-2.078.3)' ]; then
export UNITTEST="unittest-cov";
fi