GeoIP2-php/.travis.yml
2013-05-09 07:55:42 -07:00

22 lines
281 B
YAML

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