summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-01-07 18:59:17 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-01-07 18:59:17 +0000
commit666752d521347f5632444d962f3701d2ba73c249 (patch)
tree71293fd1eeb93917754d9de236d835e4e115d8e4 /.travis.yml
parent37997e26ce0928c7b09d4fed4645e0bc904068e3 (diff)
downloadswig-666752d521347f5632444d962f3701d2ba73c249.tar.gz
Test multiple versions of D on Travis.
2.081 is reportedly broken and 2.086 was tested and fixed in #1594.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d40304fd6..32c6656dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,12 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=d
+ env: SWIGLANG=d VER=2.066.0
+ sudo: required
+ dist: xenial
+ - compiler: gcc
+ os: linux
+ env: SWIGLANG=d VER=2.086.1
sudo: required
dist: xenial
- compiler: gcc
@@ -458,6 +463,12 @@ matrix:
osx_image: xcode10.2
allow_failures:
+ # Newer version of D not yet working/supported
+ - compiler: gcc
+ os: linux
+ env: SWIGLANG=d VER=2.086.1
+ sudo: required
+ dist: xenial
# seg fault in director_basic testcase
- compiler: gcc
os: linux