summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-06-13 10:29:09 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-06-13 10:29:09 +0100
commitb1f2d0749e6db99cba94eaec606d3a6ae986415f (patch)
tree4c9c82a5a4745d47a008128a7a65131aed3827dd /.travis.yml
parentb94820adcfe05b48c0e553e4e4fd0b32f385651f (diff)
downloadswig-b1f2d0749e6db99cba94eaec606d3a6ae986415f.tar.gz
Don't fail R in Travis - runtime tests are failing in this environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b80a030e..a51c541cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
@@ -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