Merge pull request #500 from piotrantosik/feature/php7

Remove php 7 from failures
This commit is contained in:
Oanh Nguyen 2015-12-18 08:31:26 +07:00
commit e90290d2c7

View File

@ -11,7 +11,6 @@ php:
matrix:
allow_failures:
- php: 7.0
- php: hhvm
install:
@ -30,4 +29,3 @@ notifications:
on_success: change
on_failure: always
on_start: never