summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-01-04 05:36:46 +0100
committerEugen Wissner <belka@caraus.de>2018-01-04 05:36:46 +0100
commit8db1851c5ce4c74676e38c822f8678aaba421a3c (patch)
tree42e6701f007c9fdfc8f5c791ec9d5198d1093b80 /.travis.yml
parent12de700706c0ef69b4257f91b736b4d1b5aa5151 (diff)
downloadtanya-8db1851c5ce4c74676e38c822f8678aaba421a3c.tar.gz
Update dmd to 2.078.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 325f3eb..76182e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ os:
language: d
d:
+ - dmd-2.078.0
- dmd-2.077.1
- dmd-2.076.1
@@ -21,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.077.1)' ]; then
+ - if [ "$PS1" = '(dmd-2.078.0)' ]; then
export UNITTEST="unittest-cov";
fi