Merge branch 'gitter-badge' of https://github.com/gitter-badger/ext-http
authorMichael Wallner <mike@php.net>
Tue, 29 Sep 2015 07:06:13 +0000 (09:06 +0200)
committerMichael Wallner <mike@php.net>
Tue, 29 Sep 2015 07:07:02 +0000 (09:07 +0200)
.gitignore
README.md
scripts/gen_travis_yml.php

index 34aeda984e6e9f0b20a6a221124b22dc18c1446c..328656c61a95866820f9b69f4b846b30766e2e42 100644 (file)
@@ -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
index e629326deb66ec0dd1e4da6f0a4051a8961ed044..43636a7efdfb96bf96ac7e47e9d26503e6f86ea4 100644 (file)
--- 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.
 
index 4bb37b775a461b54e0e2787e97e312d7e0ca8f64..e42ec312b66e0a1b46f5388d80893c31cb3c4101 100755 (executable)
@@ -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