update v 1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-13 20:41:55 +05:30
parent aa9786d829
commit 283d97e3ea
5078 changed files with 339851 additions and 175995 deletions

43
vendor/maxmind-db/reader/.travis.yml vendored Normal file
View File

@@ -0,0 +1,43 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_install:
- ./.travis-install-prereqs.sh
install:
- ./.travis-build.sh
- phpenv rehash
script:
- ./.travis-test.sh
after_script:
- php vendor/bin/coveralls
notifications:
email:
recipients:
- dev-ci@maxmind.com
on_success: change
on_failure: always
env:
global:
- secure: "RMIBN2tNKlrGA07coRW4B9m9jCobrYxDkEq3T3jGoGtXgQe/Mr3bI/4zQo7U3bvVTSF90lzkWbxATY45GQXRxWC7Ed2HI2jwUF96CXecdRhKiE9x051HsvXakvbODPLocV7/2LOZqz+eXCUeazLgRaSrIhAqMddFqMQSSM5STlc="
addons:
coverity_scan:
project:
name: "maxmind/MaxMind-DB-Reader-php"
description: "Build submitted via Travis CI"
notification_email: dev-ci@maxmind.com
build_command: "./.travis-build.sh"
branch_pattern: .*coverity.*