diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 20:59:46 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:57:48 +0200 |
commit | 4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c (patch) | |
tree | cc9bd7027ab729f577e25d3b89dbfd521f97385b | |
parent | 3c0fd43f85db757a486afb0fd0c6482224b8ab5b (diff) | |
download | forums-4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c.tar forums-4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c.tar.gz forums-4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c.tar.bz2 forums-4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c.tar.xz forums-4ff993fc1bdaa5c0619b32344ddcbb42b2669c3c.zip |
[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved
PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.
PHPBB3-14948
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 38361b4fa1..da3df67473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ matrix: - php: nightly env: DB=mysqli allow_failures: + - php: 7.3 - php: nightly fast_finish: true |