forked from Snck3rs/contao-leaflet-maps
Update travis configuration for compatibility issues with phpcq v1.2.0. Test against PHP 7.3 as well.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,8 +1,16 @@
|
|||||||
|
dist: xenial
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- ant-optional
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- "7.1"
|
- "7.3"
|
||||||
- "7.2"
|
- "7.2"
|
||||||
|
- "7.1"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONTAO_VERSION=contao/core-bundle ~4.4.0
|
- CONTAO_VERSION=contao/core-bundle ~4.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user