diff options
author | Erik Wikström <wikxen@gmail.com> | 2017-06-29 14:53:29 +0200 |
---|---|---|
committer | Erik Wikström <wikxen@gmail.com> | 2017-06-29 14:53:29 +0200 |
commit | c7a8471defad9306528f0b4ab03d7ef9ecf09c89 (patch) | |
tree | 65e5257118867338b376dc2d14d78fe5b960bf22 | |
parent | c3f7a9d8f1f9136c7288f185b816c99fe04f1ea5 (diff) | |
parent | f7dcc0a3b7bb00a4f6d00a50f5ae3f8036799b97 (diff) | |
download | ip1-php-sdk-origin/develop.zip ip1-php-sdk-origin/develop.tar.gz ip1-php-sdk-origin/develop.tar.bz2 |
Merge branch 'hotfix/0.3.2-beta' into developorigin/develop
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 3 insertions, 1 deletions
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 @@ -1,7 +1,6 @@ # IP1 RESTClient [](https://travis-ci.org/iP1SMS/ip1-php-sdk) [](https://codeclimate.com/github/iP1SMS/ip1-php-sdk) -[](https://codeclimate.com/github/iP1SMS/ip1-php-sdk) [](https://insight.sensiolabs.com/projects/94c13f28-e8da-4023-8eab-d477cb10f8e5) A PHP SDK for IP1's SMS services. |