Added Travis config

This commit is contained in:
Gregory Oschwald 2013-05-07 09:38:19 -07:00
commit db95f7e104

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
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