summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-19 12:05:18 +1200
committerOlly Betts <olly@survex.com>2021-04-19 12:05:18 +1200
commite22dd47ff5612c599016421987669d0d488a8b4e (patch)
treec1ce63effbf3f950bbf1eb7a93a878f292da1248 /.travis.yml
parent3aa8b56a9a436bea3cfad17b85b8f677c37794ae (diff)
downloadswig-e22dd47ff5612c599016421987669d0d488a8b4e.tar.gz
[ci] Run PHP tests on bionic
Seems the compiler in xenial doesn't support C++11 by default.
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 a58c032e1..830c18d27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,27 +4,27 @@ matrix:
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.0 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.1 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.2 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.3 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.4 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
- compiler: gcc
os: linux
env: SWIGLANG=php VER=8.0 CONFIGOPTS=--enable-cpp11-testing
- dist: xenial
+ dist: bionic
before_install:
- date -u