Support PHP 7.0 (again)

This commit is contained in:
Ivan Shalganov 2015-10-10 23:20:00 +03:00
parent 10c8109bb5
commit 28935c0ddc
1 changed files with 2 additions and 1 deletions

View File

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