From 7a8efb901e9c2fe8b9f13af64e7da48a25a31918 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 2 Aug 2018 19:20:40 +0100 Subject: [PATCH] Disable Travis OSX ruby and tcl builds These have started to fail since XCode was upgraded to 9.4 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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