TASK: Let travis test TYPO3 6.2 with PHP 7.x

This commit is contained in:
Daniel Siepmann 2017-05-11 09:38:42 +02:00
parent 418251facf
commit 2a1d4f34e4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -31,12 +31,6 @@ matrix:
php: 5.6 php: 5.6
- env: TYPO3_VERSION="dev-master" - env: TYPO3_VERSION="dev-master"
php: 5.6 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: allow_failures:
# 7 and 8 are not working due to current relation resolving. # 7 and 8 are not working due to current relation resolving.
# See: https://github.com/DanielSiepmann/search_core/projects/1 # See: https://github.com/DanielSiepmann/search_core/projects/1