From 7de28ed7835d84a605f21a205d542dcbc896c9cb Mon Sep 17 00:00:00 2001 From: James Gallagher Date: Wed, 4 Feb 2026 11:46:59 -0700 Subject: [PATCH] Remove the GDAL_OPTION=--without-gdal from Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f467891507..932ffad730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,8 @@ env: # Should the BES build with GDAL? This is here to round up build errors. Set this # to the 'configure' script option to use (--with-gdal) or not use (--without-gdal). # jhrg 12/2/25 - - GDAL_OPTION=--without-gdal + # Turn this off - build and test GDAL-related modules again. jhrg 2/4/26 + # GDAL_OPTION=--without-gdal # NB: This value of $prefix must be shared between the hyrax-deps, libdap and bes builds. - prefix=$HOME/install - PATH=$prefix/bin:$prefix/deps/bin:$PATH