From 666752d521347f5632444d962f3701d2ba73c249 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 Jan 2020 18:59:17 +0000 Subject: Test multiple versions of D on Travis. 2.081 is reportedly broken and 2.086 was tested and fixed in #1594. --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1