Files
contao-leaflet-maps/.travis.yml

30 lines
515 B
YAML
Raw Normal View History

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:
2016-10-05 15:11:07 +02:00
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- "nightly"
2015-07-22 13:59:59 +02:00
env:
2016-10-05 15:11:07 +02:00
- CONTAO_VERSION=~3.5.1
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
- travis_retry composer require contao/core $CONTAO_VERSION --no-update
- travis_retry composer update --prefer-dist --no-interaction
script: ant -keep-going
2014-12-27 22:58:58 +01:00
2016-10-05 15:11:07 +02:00
matrix:
allow_failures:
- php: "7.0"
- php: "nightly"
2015-07-22 13:59:59 +02:00
# Hack to make things work again - we can not use a shallow repository.
git:
depth: 2147483647