summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-16 20:11:05 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-17 22:55:35 +0000
commit25043544897e62d9431d5d39e21823cface3743f (patch)
tree465d8301bd63f11fc30800f193d48960fd7e92c0 /.travis.yml
parent34acf2cea6b65a8d03324b5f42cae9841ed5a2d9 (diff)
downloadswig-25043544897e62d9431d5d39e21823cface3743f.tar.gz
Add ruby 3.0 testing
testflags tweak for C standard > c90 Only add -Wdeclaration-after-statement for > c90 as c99 allows declarations after a statement.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f1fd1fe8..92acc7c27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=go VER=1.12
+ env: SWIGLANG=go VER=1.12 CSTD=gnu99
dist: xenial
- compiler: gcc
os: linux
@@ -278,6 +278,10 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
+ env: SWIGLANG=ruby VER=3.0 CSTD=c99
+ dist: xenial
+ - compiler: gcc
+ os: linux
env: SWIGLANG=scilab
dist: xenial
- compiler: gcc
@@ -369,7 +373,7 @@ matrix:
- compiler: clang
os: osx
osx_image: xcode12.2
- env: SWIGLANG=go
+ env: SWIGLANG=go CSTD=gnu99
- compiler: clang
os: osx
osx_image: xcode12.2