Update travis.yml

This commit is contained in:
David Molineus
2016-10-05 15:11:07 +02:00
parent 7d817850cc
commit 7ef6aff458

View File

@@ -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