From 4b26799e7f86e7fcf0fdf91eb347eeb5f42afc70 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 15 Aug 2017 09:42:18 +0200 Subject: [PATCH] BUGFIX: Do not test with master of TYPO3 This version only supports V8 of TYPO3 CMS. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d60175..4490198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,15 +23,6 @@ env: - typo3DatabaseHost="127.0.0.1" - typo3DatabaseUsername="travis" - typo3DatabasePassword="" - matrix: - - TYPO3_VERSION="~8" - - TYPO3_VERSION="dev-master" - -matrix: - fast_finish: true - allow_failures: - - env: TYPO3_VERSION="dev-master" - php: 7.1 matrix: fast_finish: true