From 6a88ed380b4a3ed2f1dae37823e742c347994cf8 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 18 Dec 2018 10:56:29 +0100 Subject: [PATCH] Update travis configuration for compatibility issues with phpcq v1.2.0. Test against PHP 7.3 as well. --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59a4489..58d570a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,16 @@ +dist: xenial + +addons: + apt: + packages: + - ant-optional + language: php php: - - "7.1" + - "7.3" - "7.2" + - "7.1" env: - CONTAO_VERSION=contao/core-bundle ~4.4.0