No longer allow Travis CI to fail on PHP 7.

This commit is contained in:
Andreas Fischer 2015-09-14 14:09:56 +02:00
parent 6f6ec7f13a
commit ffc8107a12

View File

@ -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