From f7b5fea09f7fc9376dcb4774d8e36f5e370cad69 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 19 Feb 2021 21:16:33 +0000 Subject: Travis osx: Disable octave testing Octave 6.1 is installed and has a new non-backwards compatible API --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 735882e73..c282768f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -369,10 +369,11 @@ matrix: os: osx osx_image: xcode12.2 env: SWIGLANG=lua - - compiler: clang - os: osx - osx_image: xcode12.2 - env: SWIGLANG=octave SWIGJOBS=-j2 CPP11=1 +# octave-6.1 not working +# - compiler: clang +# os: osx +# osx_image: xcode12.2 +# env: SWIGLANG=octave SWIGJOBS=-j2 CPP11=1 - compiler: clang os: osx osx_image: xcode12.2 -- cgit v1.2.1