mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
TASK: Only test working TYPO3 Version
As we have support branches for 6.2 and feature branch for 8 support, we only test 7 for this branch as only 7 is supported.
This commit is contained in:
parent
4c3cca9855
commit
f3f554f0a6
1 changed files with 0 additions and 16 deletions
16
.travis.yml
16
.travis.yml
|
@ -24,23 +24,7 @@ env:
|
|||
- typo3DatabaseHost="127.0.0.1"
|
||||
- typo3DatabaseUsername="travis"
|
||||
- typo3DatabasePassword=""
|
||||
matrix:
|
||||
- TYPO3_VERSION="~7.6"
|
||||
- TYPO3_VERSION="~8"
|
||||
- TYPO3_VERSION="dev-master"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
allow_failures:
|
||||
- env: TYPO3_VERSION="~8"
|
||||
php: 7.0
|
||||
- env: TYPO3_VERSION="~8"
|
||||
php: 7.1
|
||||
- env: TYPO3_VERSION="dev-master"
|
||||
php: 7.0
|
||||
- env: TYPO3_VERSION="dev-master"
|
||||
php: 7.1
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
|
Loading…
Reference in a new issue