File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ script: dev/travis.sh
55d :
66 - dmd
77 - ldc
8- - gdc
8+ # - gdc
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DC_EXCLUSIONS='EXCLUDE_GDC'
1212
1313echo test openmethods...
1414
15- if ! dub test -q openmethods $* ;
15+ if ! dub test --compiler $DC - q openmethods $* ;
1616then
1717 echo " ERROR"
1818 errors=1
4343 echo SKIP $target
4444 else
4545
46- if ! dub test -q openmethods:$target $* ;
46+ if ! dub test --compiler $DC - q openmethods:$target $* ;
4747 then
4848 echo " ERROR"
4949 errors=1
5050 fi
5151
5252 if ! grep --quiet library $dir /$target /dub.sdl;
5353 then
54- if ! dub run -q openmethods:$target $* ;
54+ if ! dub run --compiler $DC - q openmethods:$target $* ;
5555 then
5656 echo " ERROR"
5757 errors=1
7070 continue
7171 fi
7272
73- if ! dub run --single -q $dir /$target $* ;
73+ if ! dub run --compiler $DC -- single -q $dir /$target $* ;
7474 then
7575 echo " ERROR"
7676 errors=1
You can’t perform that action at this time.
0 commit comments