GeoIP2-php/.travis.yml

23 lines
302 B
YAML
Raw Normal View History

2013-05-07 16:38:19 +00:00
language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- composer install
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpcs --standard=PSR2 src/
- phpunit
2013-05-07 16:38:19 +00:00
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always