summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-03-17 12:45:17 +1300
committerOlly Betts <olly@survex.com>2021-03-19 19:30:27 +1300
commit3584c7d49cb598ce79d5e285d6c17b2dedfe3ecb (patch)
treede791de9522ea7676b526a3a09fe49e08b2ed76d /.travis.yml
parent3b822ee60c9195283f461120252fdf34b7328050 (diff)
downloadswig-3584c7d49cb598ce79d5e285d6c17b2dedfe3ecb.tar.gz
Add initial support for PHP8
Testcase director_overload2 is failing, but the rest of the testsuite passes.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c293c2f9..9477bed94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -156,6 +156,10 @@ matrix:
dist: xenial
- compiler: gcc
os: linux
+ env: SWIGLANG=php VER=8.0
+ dist: xenial
+ - compiler: gcc
+ os: linux
env: SWIGLANG=python # 2.7
dist: xenial
- compiler: gcc