Temporarily remove OSX testing of Guile on Travis

Seems like OSX 10.9 is now too old for homebrew and Guile
This commit is contained in:
William S Fulton 2016-09-27 08:12:49 +01:00
commit 7bfa5fb951

View file

@ -162,9 +162,6 @@ matrix:
- compiler: clang
os: osx
env: SWIGLANG=go
- compiler: clang
os: osx
env: SWIGLANG=guile
- compiler: clang
os: osx
env: SWIGLANG=java
@ -199,6 +196,10 @@ matrix:
- compiler: gcc
os: linux
env: SWIGLANG=python SWIG_FEATURES=-O
# brew install guile fails on Travis as OSX 10.9 is too old now, default osx_image needs changing
- compiler: clang
os: osx
env: SWIGLANG=guile
before_install:
- date -u
- uname -a