summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-18 08:15:55 +1200
committerOlly Betts <olly@survex.com>2021-04-18 08:15:55 +1200
commit3b63ef27feb4c4e4b85daf0c1016302591c41900 (patch)
treee8ff18f0d7ba628278b6593d7e8743f073b5f6f4 /.travis.yml
parentf8c7dbb6767732c50e32a251bda6c119743be2a9 (diff)
downloadswig-3b63ef27feb4c4e4b85daf0c1016302591c41900.tar.gz
[ci] Enable --enable-cpp11-testing for PHP
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 43455c917..0e7177f21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,27 +3,27 @@ matrix:
include:
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.0
+ env: SWIGLANG=php VER=7.0 CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.1
+ env: SWIGLANG=php VER=7.1 CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.2
+ env: SWIGLANG=php VER=7.2 CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.3
+ env: SWIGLANG=php VER=7.3 CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.4
+ env: SWIGLANG=php VER=7.4 CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=8.0
+ env: SWIGLANG=php VER=8.0 CPP11=1
dist: xenial
before_install: