summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2018-08-02 19:20:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2018-08-02 19:20:40 +0100
commit7a8efb901e9c2fe8b9f13af64e7da48a25a31918 (patch)
tree9828e53f4042c725f350ccff8f2bd32ded49e040 /.travis.yml
parent15e2bdac7a7357377ecaff074c7e490ebd20d1c4 (diff)
downloadswig-7a8efb901e9c2fe8b9f13af64e7da48a25a31918.tar.gz
Disable Travis OSX ruby and tcl builds
These have started to fail since XCode was upgraded to 9.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c18f0060..68f75de8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -370,6 +370,15 @@ matrix:
env: SWIGLANG=python SWIG_FEATURES=-O
sudo: required
dist: trusty
+ # Broken since Travis image moved from Xcode 8.3 to 9.4
+ - compiler: clang
+ os: osx
+ env: SWIGLANG=ruby
+ # Broken since Travis image moved from Xcode 8.3 to 9.4
+ - compiler: clang
+ os: osx
+ env: SWIGLANG=tcl
+
before_install:
- date -u
- uname -a