From 24fba025710b08d2d1da7cc734ca164aa6e1acbc Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 20 Mar 2017 19:57:21 +0000 Subject: [PATCH] Allow Guile on Travis OSX to fail until fixed Guile 2.2 support is added --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e655045cf7..87ac7f6b2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -293,6 +293,10 @@ matrix: env: SWIGLANG=tcl allow_failures: + # Started failing after upgrade from Guile 2.0.14 to Guile 2.2.0 + - compiler: clang + os: osx + env: SWIGLANG=guile # Lots of failing tests currently - compiler: gcc os: linux