update v 1.0.7.5
This commit is contained in:
43
vendor/maxmind-db/reader/.travis.yml
vendored
Normal file
43
vendor/maxmind-db/reader/.travis.yml
vendored
Normal 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.*
|
||||
Reference in New Issue
Block a user