Update travis configuration for compatibility issues with phpcq v1.2.0. Test against PHP 7.3 as well.

This commit is contained in:
David Molineus
2018-12-18 10:56:29 +01:00
parent 4ea2adbb85
commit 6a88ed380b

View File

@@ -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