Disallow PHP 7 failures

PHP 7 is now stable and Travis is using these stable builds for testing
This commit is contained in:
Colin O'Dell 2016-01-13 13:20:48 -05:00
parent cf37e93a31
commit 6ccb07ec4d
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ php:
sudo: false
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'