Added Travis config
This commit is contained in:
commit
db95f7e104
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user