mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 01:36:11 +01:00
Merge pull request #37 from DanielSiepmann/feature/test-against-more-typo3-versions
FEATURE: Add further TYPO3 versions to travis tests
This commit is contained in:
commit
467a181567
3 changed files with 22 additions and 0 deletions
18
.travis.yml
18
.travis.yml
|
@ -17,19 +17,37 @@ env:
|
|||
- typo3DatabasePassword=""
|
||||
matrix:
|
||||
- TYPO3_VERSION="~6.2"
|
||||
- TYPO3_VERSION="~7.6"
|
||||
- TYPO3_VERSION="~8"
|
||||
- TYPO3_VERSION="dev-master"
|
||||
|
||||
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
|
||||
# There is some error with 6.2 and 7 not finding the "UnitTestsBootstrap.php"
|
||||
# See: https://github.com/DanielSiepmann/search_core/issues/4
|
||||
- env: TYPO3_VERSION="~6.2"
|
||||
php: 7.0
|
||||
- env: TYPO3_VERSION="~6.2"
|
||||
php: 7.1
|
||||
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"
|
||||
php: 7.1
|
||||
- env: TYPO3_VERSION="dev-master"
|
||||
php: 7.0
|
||||
- env: TYPO3_VERSION="dev-master"
|
||||
|
|
|
@ -13,5 +13,6 @@
|
|||
<description></description>
|
||||
<parent>0</parent>
|
||||
<items>0</items>
|
||||
<l10n_diffsource></l10n_diffsource>
|
||||
</sys_category>
|
||||
</dataset>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<description>Category for testing</description>
|
||||
<parent>0</parent>
|
||||
<items>1</items>
|
||||
<l10n_diffsource></l10n_diffsource>
|
||||
</sys_category>
|
||||
|
||||
<sys_category>
|
||||
|
@ -70,6 +71,7 @@
|
|||
<description>Another category for testing</description>
|
||||
<parent>1</parent>
|
||||
<items>1</items>
|
||||
<l10n_diffsource></l10n_diffsource>
|
||||
</sys_category>
|
||||
|
||||
<sys_category>
|
||||
|
@ -85,6 +87,7 @@
|
|||
<description></description>
|
||||
<parent>0</parent>
|
||||
<items>1</items>
|
||||
<l10n_diffsource></l10n_diffsource>
|
||||
</sys_category>
|
||||
|
||||
<sys_category_record_mm>
|
||||
|
|
Loading…
Reference in a new issue