summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-09-01 19:38:44 +0200
committerEugen Wissner <belka@caraus.de>2017-09-01 19:38:44 +0200
commit515bf619e8eea223593f2c465d412405e2909374 (patch)
treecf1e15391fb603c4498f5de2175432e8f0c0302b /.travis.yml
parent617eaab9a2ef49b37e10a30cfdc9ba86a1ec53e5 (diff)
downloadtanya-515bf619e8eea223593f2c465d412405e2909374.tar.gz
Add support for dmd 2.076.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 176c2a0..84a483c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ os:
language: d
d:
+ - dmd-2.076.0
- dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
@@ -22,7 +23,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.075.1)' ]; then
+ - if [ "$PS1" = '(dmd-2.076.0)' ]; then
export UNITTEST="unittest-cov";
fi