summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 717b89f..24930cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,7 @@ os:
language: d
d:
- - dmd-2.081.0
- - dmd-2.080.1
- - dmd-2.079.1
- - dmd-2.078.3
+ - dmd-2.081.2
env:
matrix:
@@ -23,7 +20,7 @@ addons:
- gcc-multilib
before_script:
- - if [ "`$DC --version | head -n 1 | grep 'v2.081.0'`" ]; then
+ - if [ "`$DC --version | head -n 1 | grep 'v2.081.2'`" ]; then
export UNITTEST="unittest-cov";
fi