From 0218ee1b348a4bb26124dddb682fc1356a097356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Wikstr=C3=B6m?= Date: Thu, 29 Jun 2017 14:52:45 +0200 Subject: [PATCH 1/2] Added Outlook Group notification to Travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 924836b..78a586c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,6 @@ before_script: script: - phpunit - ./vendor/bin/phpcs --standard=codestandard.xml src + +notifications: + webhooks: https://outlook.office.com/webhook/59c61282-44e7-42f4-bb20-ebd5ce17f70c@fb016bf1-5ab2-44e1-904c-76f1a18774a5/TravisCI/72fee7a357484a8faa2486e69242caf6/79142c66-cd95-41bd-a5ed-b900d03a315e From f7dcc0a3b7bb00a4f6d00a50f5ae3f8036799b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Wikstr=C3=B6m?= Date: Thu, 29 Jun 2017 14:53:16 +0200 Subject: [PATCH 2/2] Removed Code Climate issue counter from Readme.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cfa6a87..1ec2add 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # IP1 RESTClient [![Build Status](https://travis-ci.org/iP1SMS/ip1-php-sdk.svg?branch=master)](https://travis-ci.org/iP1SMS/ip1-php-sdk) [![Code Climate](https://codeclimate.com/github/iP1SMS/ip1-php-sdk/badges/gpa.svg)](https://codeclimate.com/github/iP1SMS/ip1-php-sdk) -[![Issue Count](https://codeclimate.com/github/iP1SMS/ip1-php-sdk/badges/issue_count.svg)](https://codeclimate.com/github/iP1SMS/ip1-php-sdk) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/94c13f28-e8da-4023-8eab-d477cb10f8e5/mini.png)](https://insight.sensiolabs.com/projects/94c13f28-e8da-4023-8eab-d477cb10f8e5) A PHP SDK for IP1's SMS services.