mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
30 lines
497 B
YAML
30 lines
497 B
YAML
language: php
|
|
|
|
php:
|
|
- "7.1"
|
|
- "7.2"
|
|
|
|
env:
|
|
- CONTAO_VERSION=contao/core-bundle ~4.4.0
|
|
- CONTAO_VERSION=contao/core-bundle ~4.5.0
|
|
- CONTAO_VERSION=contao/core-bundle ~4.6.0
|
|
|
|
matrix:
|
|
exclude:
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- travis_retry composer self-update && composer --version
|
|
- travis_retry composer require $CONTAO_VERSION --no-update
|
|
- travis_retry composer update --prefer-dist --no-interaction
|
|
|
|
script: ant -keep-going
|
|
|
|
git:
|
|
depth: 2147483647
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|