mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 20:13:49 +01:00
Update travis.yml
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -1,21 +1,14 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- "5.4"
|
||||
- "5.5"
|
||||
- "5.6"
|
||||
- "7.0"
|
||||
- "nightly"
|
||||
|
||||
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
|
||||
- CONTAO_VERSION=~3.5.1
|
||||
|
||||
sudo: false
|
||||
|
||||
@@ -26,6 +19,11 @@ install:
|
||||
|
||||
script: ant -keep-going
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: "7.0"
|
||||
- php: "nightly"
|
||||
|
||||
# Hack to make things work again - we can not use a shallow repository.
|
||||
git:
|
||||
depth: 2147483647
|
||||
|
||||
Reference in New Issue
Block a user