Allowed failures on PHP 7.3 until a fix is found

This commit is contained in:
Alejandro Celaya 2018-10-18 19:35:30 +02:00
parent db1304c11a
commit c25b5f9938
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,10 @@ php:
- 7.2
- 7.3
matrix:
allow_failures:
- php: 7.3
before_install:
- phpenv config-add data/infra/travis-php/memcached.ini
- phpenv config-add data/infra/travis-php/apcu.ini

View file

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Added
* [#233](https://github.com/shlinkio/shlink/issues/233) Added support for PHP 7.3
* [#233](https://github.com/shlinkio/shlink/issues/233) Added PHP 7.3 to build matrix allowing its failure.
#### Changed