mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:56:47 +01:00
TASK: Adjust travis to no longer test TYPO3 6.x
This commit is contained in:
parent
687ba8075d
commit
f9ec3ada4e
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue