From ccbc451c7c3d3ecfd0e2c1f59d184cc919d701e9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 May 2019 19:38:37 +0100 Subject: [PATCH] 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. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45266e7fc..b44247baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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