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:
parent
209074dfff
commit
7bfa5fb951
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue