language: php php: - 5.4 before_script: - composer install --prefer-dist script: - vendor/bin/phpcs --standard=PSR2 src/ tests/ - vendor/bin/phpunit