summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-05-07 19:42:07 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-05-07 19:42:07 +0100
commited1fabe867cdcf93b83fa6c1cc6e68e4e26db104 (patch)
treeb07339f866404556a142ba9f4c17ef55f4a38322 /.travis.yml
parentccbc451c7c3d3ecfd0e2c1f59d184cc919d701e9 (diff)
downloadswig-ed1fabe867cdcf93b83fa6c1cc6e68e4e26db104.tar.gz
Switch php 7.2 testing to xenial
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b44247baf..fc7714992 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -167,7 +167,7 @@ matrix:
os: linux
env: SWIGLANG=php VER=7.2
sudo: required
- dist: trusty
+ dist: xenial
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.3
@@ -401,12 +401,12 @@ matrix:
env: SWIGLANG=tcl
allow_failures:
- # certificate error on trusty
+ # seg fault in director_basic testcase
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.2
sudo: required
- dist: trusty
+ dist: xenial
# Sometimes hits the Travis 50 minute time limit
- compiler: gcc
os: linux