language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 before_install: - pear install pear/PHP_CodeSniffer script: - phpcs --standard=PSR2 src/ - phpunit notifications: email: recipients: - dev@maxmind.com on_success: change on_failure: always