GeoIP2-php/.travis.yml

17 lines
182 B
YAML
Raw Normal View History

2013-05-07 16:38:19 +00:00
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