From 3b63ef27feb4c4e4b85daf0c1016302591c41900 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 18 Apr 2021 08:15:55 +1200 Subject: [ci] Enable --enable-cpp11-testing for PHP --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.1