Add PHP 5.6 to build matrix

This commit is contained in:
Dmitriy Simushev 2015-01-14 16:12:10 +00:00
parent 6c4db5344f
commit ea23f1dba9

View File

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