summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-01-23 05:21:19 +0100
committerEugen Wissner <belka@caraus.de>2018-01-23 05:21:19 +0100
commitfd02c411e1b4035a24622bd409553dd5be648cc2 (patch)
tree5d0b5be0b4750c811e9cc338914cd240416db3ce /.travis.yml
parentb69d73784502dadbef1cb791bee67dd929d0287f (diff)
downloadtanya-fd02c411e1b4035a24622bd409553dd5be648cc2.tar.gz
Update latest dmd version to 2.078.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 76182e5..77cd61f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ os:
language: d
d:
- - dmd-2.078.0
+ - dmd-2.078.1
- dmd-2.077.1
- dmd-2.076.1
@@ -22,7 +22,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "$PS1" = '(dmd-2.078.0)' ]; then
+ - if [ "$PS1" = '(dmd-2.078.1)' ]; then
export UNITTEST="unittest-cov";
fi