Skip to content

Commit

Permalink
[TASK] Temporarily allow test failures on TYPO3 dev-master
Browse files Browse the repository at this point in the history
Unit test framework is being rewritten/extracted.
  • Loading branch information
NamelessCoder committed Feb 19, 2017
1 parent f557560 commit 515e599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ matrix:
env: COVERAGE="NO" TYPO3_VERSION="8.5.*"
- php: "7.1"
env: COVERAGE="NO" TYPO3_VERSION="8.5.*"
allow_failures:
- php: "7.0"
env: COVERAGE="NO" TYPO3_VERSION="dev-master"

cache:
directories:
Expand Down

0 comments on commit 515e599

Please sign in to comment.