GeoIP2-php/.travis.yml

27 lines
394 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 self-update
2013-05-20 19:42:18 +00:00
- composer install --dev --no-interaction
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpcs --standard=PSR2 src/
- phpunit
2013-05-07 16:38:19 +00:00
2013-05-20 19:42:18 +00:00
after_script:
- php vendor/bin/coveralls
2013-05-07 16:38:19 +00:00
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always