TASK: Adjust travis to no longer test TYPO3 6.x

This commit is contained in:
Daniel Siepmann 2017-05-11 12:45:11 +02:00
parent 687ba8075d
commit f9ec3ada4e
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -16,7 +16,6 @@ env:
- typo3DatabaseUsername="travis"
- typo3DatabasePassword=""
matrix:
- TYPO3_VERSION="~6.2"
- TYPO3_VERSION="~7.6"
- TYPO3_VERSION="~8"
- TYPO3_VERSION="dev-master"
@ -25,19 +24,11 @@ matrix:
fast_finish: true
exclude:
# TYPO3 no longer supports 5.6
- env: TYPO3_VERSION="~7.6"
php: 5.6
- env: TYPO3_VERSION="~8"
php: 5.6
- env: TYPO3_VERSION="dev-master"
php: 5.6
allow_failures:
# 7 and 8 are not working due to current relation resolving.
# See: https://github.com/DanielSiepmann/search_core/projects/1
- env: TYPO3_VERSION="~7.6"
php: 7.0
- env: TYPO3_VERSION="~7.6"
php: 7.1
- env: TYPO3_VERSION="~8"
php: 7.0
- env: TYPO3_VERSION="~8"