summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-04-14 16:19:23 +0200
committerEugen Wissner <belka@caraus.de>2018-04-15 06:50:37 +0200
commit012c2d4c1801311847648c2f684ae9ab26870c31 (patch)
tree89e354bfcc8f2dffedd6db0b6473714b32af9a43 /.travis.yml
parentd267a9cc645f1219203bd43e046dc07b4a1fc520 (diff)
downloadtanya-012c2d4c1801311847648c2f684ae9ab26870c31.tar.gz
Remove support for dmd 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 242a5f2..27652f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.079.0
+ - dmd-2.079.1
- dmd-2.078.3
- dmd-2.077.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "`$DC --version | head -n 1 | grep 'v2.079.0'`" ]; then
+ - if [ "`$DC --version | head -n 1 | grep 'v2.079.1'`" ]; then
export UNITTEST="unittest-cov";
fi