summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e7177f21..52949d78c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,27 +3,28 @@ matrix:
include:
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.0 CPP11=1
+ env: SWIGLANG=php VER=7.0 CONFIGOPTS=--enable-cpp11-testing
+ CPP11=1
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.1 CPP11=1
+ env: SWIGLANG=php VER=7.1 CONFIGOPTS=--enable-cpp11-testing
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.2 CPP11=1
+ env: SWIGLANG=php VER=7.2 CONFIGOPTS=--enable-cpp11-testing
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.3 CPP11=1
+ env: SWIGLANG=php VER=7.3 CONFIGOPTS=--enable-cpp11-testing
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=7.4 CPP11=1
+ env: SWIGLANG=php VER=7.4 CONFIGOPTS=--enable-cpp11-testing
dist: xenial
- compiler: gcc
os: linux
- env: SWIGLANG=php VER=8.0 CPP11=1
+ env: SWIGLANG=php VER=8.0 CONFIGOPTS=--enable-cpp11-testing
dist: xenial
before_install: