From e8332a45dec7cd742bdafaef7fc1062ed58c8e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Thu, 22 Jun 2017 07:55:44 +0200 Subject: [PATCH] Use the Travis' Trusty build environment To see if that solves the XML validation issues (since the issues are possibly happening due to old libxml versions). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bd9d8b32c..8f9d11692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty sudo: false language: php