File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,12 @@ matrix:
54
54
dist : xenial
55
55
- compiler : gcc
56
56
os : linux
57
- env : SWIGLANG=d
57
+ env : SWIGLANG=d VER=2.066.0
58
+ sudo : required
59
+ dist : xenial
60
+ - compiler : gcc
61
+ os : linux
62
+ env : SWIGLANG=d VER=2.086.1
58
63
sudo : required
59
64
dist : xenial
60
65
- compiler : gcc
@@ -458,6 +463,12 @@ matrix:
458
463
osx_image : xcode10.2
459
464
460
465
allow_failures :
466
+ # Newer version of D not yet working/supported
467
+ - compiler : gcc
468
+ os : linux
469
+ env : SWIGLANG=d VER=2.086.1
470
+ sudo : required
471
+ dist : xenial
461
472
# seg fault in director_basic testcase
462
473
- compiler : gcc
463
474
os : linux
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ case "$SWIGLANG" in
23
23
travis_retry sudo apt-get -qq install mono-devel
24
24
;;
25
25
" d" )
26
- travis_retry wget http://downloads.dlang.org/releases/2014/dmd_2.066.0 -0_amd64.deb
27
- travis_retry sudo dpkg -i dmd_2.066.0 -0_amd64.deb
26
+ travis_retry wget http://downloads.dlang.org/releases/2.x/ ${VER} /dmd_ ${VER} -0_amd64.deb
27
+ travis_retry sudo dpkg -i dmd_ ${VER} -0_amd64.deb
28
28
;;
29
29
" go" )
30
30
if [[ " $VER " ]]; then
You can’t perform that action at this time.
0 commit comments