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:
Daniel Siepmann 2017-08-08 10:23:36 +02:00
parent 4c3cca9855
commit f3f554f0a6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -24,23 +24,7 @@ env:
- typo3DatabaseHost="127.0.0.1" - typo3DatabaseHost="127.0.0.1"
- typo3DatabaseUsername="travis" - typo3DatabaseUsername="travis"
- typo3DatabasePassword="" - typo3DatabasePassword=""
matrix:
- TYPO3_VERSION="~7.6" - 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: services:
- mysql - mysql