[ci] Enable --enable-cpp11-testing for PHP
This commit is contained in:
parent
f8c7dbb676
commit
3b63ef27fe
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue