From: Michael Wallner Date: Tue, 29 Sep 2015 07:06:13 +0000 (+0200) Subject: Merge branch 'gitter-badge' of https://github.com/gitter-badger/ext-http X-Git-Tag: RELEASE_3_0_0_RC1~10 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a84b499418ee7b8992fd9e7e2abc661735a869bd;hp=e5a644e81bc8dca2a51b80d3f0a41c5e5e5ba1a2 Merge branch 'gitter-badge' of https://github.com/gitter-badger/ext-http --- diff --git a/.gitignore b/.gitignore index 34aeda9..328656c 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,35 @@ lcov_data *.phar !travis/*.phar vendor/ +/php_http_api.h +/php_http_buffer.h +/php_http_client.h +/php_http_client_curl.h +/php_http_client_request.h +/php_http_client_response.h +/php_http_cookie.h +/php_http_curl.h +/php_http_encoding.h +/php_http_env.h +/php_http_env_request.h +/php_http_env_response.h +/php_http_etag.h +/php_http_exception.h +/php_http_filter.h +/php_http_header.h +/php_http_header_parser.h +/php_http_info.h +/php_http_message.h +/php_http_message_body.h +/php_http_message_parser.h +/php_http_misc.h +/php_http_negotiate.h +/php_http_object.h +/php_http_options.h +/php_http_params.h +/php_http_querystring.h +/php_http_response_codes.h +/php_http_url.h +/php_http_utf8.h +/php_http_version.h +/tests/helper/server.log diff --git a/README.md b/README.md index e629326..43636a7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # ext-http -[![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - [![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http) +[![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Extended HTTP support. Again. diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 4bb37b7..e42ec31 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -44,3 +44,10 @@ after_script: - test -e tests/helper/server.log && cat tests/helper/server.log sudo: false +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/28d35158ac7e385bd14d + on_success: change + on_failure: always + on_start: never