mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 19:16:12 +01:00
BUGFIX: Do not test with master of TYPO3
This version only supports V8 of TYPO3 CMS.
This commit is contained in:
parent
8b28d5eda6
commit
4b26799e7f
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@ env:
|
||||||
- typo3DatabaseHost="127.0.0.1"
|
- typo3DatabaseHost="127.0.0.1"
|
||||||
- typo3DatabaseUsername="travis"
|
- typo3DatabaseUsername="travis"
|
||||||
- typo3DatabasePassword=""
|
- typo3DatabasePassword=""
|
||||||
matrix:
|
|
||||||
- TYPO3_VERSION="~8"
|
|
||||||
- TYPO3_VERSION="dev-master"
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
allow_failures:
|
|
||||||
- env: TYPO3_VERSION="dev-master"
|
|
||||||
php: 7.1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in a new issue