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:
parent
49195c5361
commit
ccbc451c7c
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue