Support PHP 7.0 (again)

This commit is contained in:
Ivan Shalganov 2015-10-10 23:20:00 +03:00
parent 10c8109bb5
commit 28935c0ddc

View File

@ -7,6 +7,7 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
before_script: before_script:
- composer install --dev - composer install --dev
@ -15,4 +16,4 @@ script:
- phpunit - phpunit
after_script: after_script:
- php vendor/bin/coveralls - php vendor/bin/coveralls