summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-19 21:16:33 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-02-20 14:47:04 +0000
commitf7b5fea09f7fc9376dcb4774d8e36f5e370cad69 (patch)
tree49febf5885e14d22e19ada4964154d8f7f1a983f /.travis.yml
parentad3f3b6ed5b3ad04ddbdb759eede2ce2de67280c (diff)
downloadswig-f7b5fea09f7fc9376dcb4774d8e36f5e370cad69.tar.gz
Travis osx: Disable octave testing
Octave 6.1 is installed and has a new non-backwards compatible API
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
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