Merge pull request #61 from colinodell/patch-1

Disallow PHP 7 failures
This commit is contained in:
Phil Sturgeon 2016-01-13 13:47:47 -05:00
commit 92e501962a

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"'