GeoIP2-php/.travis.yml
2013-05-07 09:38:19 -07:00

17 lines
182 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
script: phpunit
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always