Disable Travis OSX ruby and tcl builds

These have started to fail since XCode was upgraded to 9.4
This commit is contained in:
William S Fulton 2018-08-02 19:20:40 +01:00
commit 7a8efb901e

View file

@ -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