Disable Travis php 7.2 testing

There is a certificate error on the unsupported Ubuntu Trusty machines.
Php 7.2 is segfaulting on Ubuntu Xenial, so there is work to be done.
This commit is contained in:
William S Fulton 2019-05-07 19:38:37 +01:00
commit ccbc451c7c

View file

@ -401,6 +401,12 @@ matrix:
env: SWIGLANG=tcl
allow_failures:
# certificate error on trusty
- compiler: gcc
os: linux
env: SWIGLANG=php VER=7.2
sudo: required
dist: trusty
# Sometimes hits the Travis 50 minute time limit
- compiler: gcc
os: linux