Skip to content

Commit

Permalink
Don't fail R in Travis - runtime tests are failing in this environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 13, 2015
1 parent b94820a commit b1f2d07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ matrix:
- compiler: gcc
env: SWIGLANG=tcl
allow_failures:
# Lots of failing tests currently
- compiler: gcc
env: SWIGLANG=ocaml
# Occasional gcc internal compiler error
- compiler: gcc
env: SWIGLANG=octave SWIGJOBS=-j3 VER=3.8
Expand All @@ -72,9 +75,9 @@ matrix:
# Not quite working yet
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-O
# Lots of failing tests currently
# Runtime errors in Travis environment
- compiler: gcc
env: SWIGLANG=ocaml
env: SWIGLANG=r
before_install:
- date -u
- uname -a
Expand Down

0 comments on commit b1f2d07

Please sign in to comment.