Skip to content

Commit

Permalink
[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved
Browse files Browse the repository at this point in the history
PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.

PHPBB3-14948
  • Loading branch information
marc1706 committed Jan 2, 2019
1 parent f3cfe6b commit 6b7ab5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ matrix:
- php: nightly
env: DB=mysqli
allow_failures:
- php: 7.3
- php: nightly
fast_finish: true

Expand Down

0 comments on commit 6b7ab5b

Please sign in to comment.