Skip to content

Commit

Permalink
Allow Guile on Travis OSX to fail until fixed Guile 2.2 support is added
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Mar 20, 2017
1 parent cf1fb6c commit 24fba02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 24fba02

Please sign in to comment.