forked from Snck3rs/contao-leaflet-maps
Update travis.yml
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -1,21 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- "5.4"
|
||||||
- 5.5
|
- "5.5"
|
||||||
- 5.6
|
- "5.6"
|
||||||
|
- "7.0"
|
||||||
|
- "nightly"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CONTAO_VERSION=~3.2.0
|
- CONTAO_VERSION=~3.5.1
|
||||||
- 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
|
||||||
|
|
||||||
@@ -26,6 +19,11 @@ install:
|
|||||||
|
|
||||||
script: ant -keep-going
|
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.
|
# Hack to make things work again - we can not use a shallow repository.
|
||||||
git:
|
git:
|
||||||
depth: 2147483647
|
depth: 2147483647
|
||||||
|
|||||||
Reference in New Issue
Block a user