GeoIP2-php/.travis.yml
2013-05-09 07:50:26 -07:00

21 lines
262 B
YAML

language: php
php:
- 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