Add PHP7 to build matrix

This commit is contained in:
Dmitriy Simushev 2016-02-20 13:38:38 +00:00
parent 437eb26ec0
commit 93de7eba6d

View File

@ -4,6 +4,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"