BUGFIX: Do not test with master of TYPO3

This version only supports V8 of TYPO3 CMS.
This commit is contained in:
Daniel Siepmann 2017-08-15 09:42:18 +02:00
parent 8b28d5eda6
commit 4b26799e7f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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