language: php php: - 5.3 - 5.4 - 5.5 - hhvm install: composer install script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"