summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-12-30 23:17:35 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-12-30 23:17:35 +0000
commit5259082cb175737ffc1712587571927711855773 (patch)
treedc73b221c956cb14b55748c4dfe7ad0d90e0676c /.travis.yml
parente7d0533a6feebbfce9813998f9d059a99aaed6dd (diff)
downloadswig-5259082cb175737ffc1712587571927711855773.tar.gz
Test Ruby 2.7 on Travis
Generated code does not yet compile, so set as allow_failure for now rvm master currently needs to be installed when testing ruby-2.7 on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 72ede27f9..b7a0866ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -302,6 +302,11 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
+ env: SWIGLANG=ruby VER=2.7
+ sudo: required
+ dist: xenial
+ - compiler: gcc
+ os: linux
env: SWIGLANG=scilab
sudo: required
dist: xenial
@@ -449,6 +454,12 @@ matrix:
env: SWIGLANG=php VER=7.2
sudo: required
dist: xenial
+ # Not yet supported
+ - compiler: gcc
+ os: linux
+ env: SWIGLANG=ruby VER=2.7
+ sudo: required
+ dist: xenial
# Sometimes hits the Travis 50 minute time limit
- compiler: clang
os: osx