From 701d17f6f2405c5b709306c196236593c73944aa Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 29 Dec 2018 11:43:28 +0100 Subject: [PATCH] Do not allow failures on PHP 7.3 build --- .travis.yml | 4 ---- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fccdfc7..9e33852b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,6 @@ php: - 7.2 - 7.3 -matrix: - allow_failures: - - php: 7.3 - before_install: - echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo 'extension = apcu.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini diff --git a/CHANGELOG.md b/CHANGELOG.md index e16b4456..ebdc626b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Changed * [#320](https://github.com/shlinkio/shlink/issues/320) Replaced query builder by plain DQL for all queries which do not need to be dynamically generated. +* [#330](https://github.com/shlinkio/shlink/issues/330) No longer allow failures on PHP 7.3 envs during project CI build. #### Deprecated