2014-12-27 22:58:58 +01:00
|
|
|
language: php
|
2015-07-22 13:59:59 +02:00
|
|
|
|
2014-12-27 22:58:58 +01:00
|
|
|
php:
|
2017-10-05 16:14:46 +02:00
|
|
|
- "7.1"
|
2018-01-05 17:11:21 +01:00
|
|
|
- "7.2"
|
2015-07-22 13:59:59 +02:00
|
|
|
|
|
|
|
|
env:
|
2017-10-05 16:14:46 +02:00
|
|
|
- CONTAO_VERSION=contao/core-bundle ~4.4.0
|
2018-11-01 15:36:35 +01:00
|
|
|
- CONTAO_VERSION=contao/core-bundle ~4.5.0
|
|
|
|
|
- CONTAO_VERSION=contao/core-bundle ~4.6.0
|
2017-10-05 16:14:46 +02:00
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
|
exclude:
|
2014-12-27 22:58:58 +01:00
|
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
|
|
install:
|
2015-07-22 13:59:59 +02:00
|
|
|
- travis_retry composer self-update && composer --version
|
2017-10-05 16:14:46 +02:00
|
|
|
- travis_retry composer require $CONTAO_VERSION --no-update
|
2015-07-22 13:59:59 +02:00
|
|
|
- travis_retry composer update --prefer-dist --no-interaction
|
|
|
|
|
|
|
|
|
|
script: ant -keep-going
|
2014-12-27 22:58:58 +01:00
|
|
|
|
2015-07-22 13:59:59 +02:00
|
|
|
git:
|
|
|
|
|
depth: 2147483647
|
2017-10-05 16:14:46 +02:00
|
|
|
|
|
|
|
|
cache:
|
|
|
|
|
directories:
|
|
|
|
|
- vendor
|