From ffc8107a12d70487ed8b7fe861bb79f9ab7fbd05 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 14 Sep 2015 14:09:56 +0200 Subject: [PATCH] No longer allow Travis CI to fail on PHP 7. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d29d37a..b9e3f0a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,3 @@ script: after_success: - sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage-html.sh; fi" - -matrix: - allow_failures: - - php: 7.0 - fast_finish: true