From e0ffba31b080386afc5e23fa5e3c6b39ff399a0a Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 7 Nov 2015 23:14:52 +0100 Subject: [PATCH] do not allow failures on PHP 7 anymore --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d198a9..a879a15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ env: # run build against hhvm but allow them to fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail -matrix: - fast_finish: true - allow_failures: - - php: 7.0 +#matrix: +# fast_finish: true +# allow_failures: +# - php: 7.0 services: - memcached