summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-10-10 07:03:04 +0200
committerEugen Wissner <belka@caraus.de>2017-10-10 07:03:04 +0200
commitfdf902c755b3a41917460649f43fa0031ee5ad03 (patch)
treee9e892dcae1b53c7440f9c5e322a70fe8aa4fdda /.travis.yml
parent5d6f8e52999647fd82b93669a67a2bc1545980f5 (diff)
downloadtanya-fdf902c755b3a41917460649f43fa0031ee5ad03.tar.gz
Update dmd 2.076 to 2.076.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 42b357d..ebd0b38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.076.0
+ - dmd-2.076.1
- dmd-2.075.1
- dmd-2.074.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.076.0)' ]; then
+ - if [ "$PS1" = '(dmd-2.076.1)' ]; then
export UNITTEST="unittest-cov";
fi