mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 12:03:44 +01:00
Make travis work again.
This commit is contained in:
31
.travis.yml
31
.travis.yml
@@ -1,13 +1,32 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- "5.4"
|
- 5.3
|
||||||
- "5.5"
|
- 5.4
|
||||||
- "5.6"
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CONTAO_VERSION=~3.2.0
|
||||||
|
- CONTAO_VERSION=~3.3.0
|
||||||
|
- CONTAO_VERSION=~3.4.0
|
||||||
|
- CONTAO_VERSION=~3.5.0
|
||||||
|
|
||||||
|
# Exclude impossible Contao Version combinations.
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- php: 5.3
|
||||||
|
env: CONTAO_VERSION=~3.5.0
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --prefer-dist --dev
|
- 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:
|
script: ant -keep-going
|
||||||
- ant -keep-going
|
|
||||||
|
# Hack to make things work again - we can not use a shallow repository.
|
||||||
|
git:
|
||||||
|
depth: 2147483647
|
||||||
|
|||||||
Reference in New Issue
Block a user