Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Aug 17, 2016
2 parents 6e4e8d7 + 0b9828c commit d4544ad
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Empty file modified .styleci.yml 100755 → 100644
Empty file.
Empty file modified LICENSE.md 100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions README.md 100755 → 100644
Expand Up @@ -3,9 +3,9 @@
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/ionic-push-notifications.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/ionic-push-notifications)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/laravel-notification-channels/ionic-push-notifications/master.svg?style=flat-square)](https://travis-ci.org/laravel-notification-channels/ionic-push-notifications)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/wunderlist/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/wunderlist/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/ionic-push-notifications/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/wunderlist/?branch=master)
[![StyleCI](https://styleci.io/repos/65854274/shield)](https://styleci.io/repos/65854274)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/4c4c26c-a469-40ce-903b-cd49d2269373.svg?style=flat-square)](https://insight.sensiolabs.com/projects/4c4c26c-a469-40ce-903b-cd49d2269373)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/d4c4c26c-a469-40ce-903b-cd49d2269373.svg?style=flat-square)](https://insight.sensiolabs.com/projects/d4c4c26c-a469-40ce-903b-cd49d2269373)
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/ionic-push-notifications.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/ionic-push-notifications)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/ionic-push-notifications.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/ionic-push-notifications)

Expand Down
Empty file modified composer.json 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -10,7 +10,7 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Backport Test Suite">
<testsuite name="Ionic Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down
Empty file modified src/Exceptions/CouldNotSendNotification.php 100755 → 100644
Empty file.
Empty file modified src/Exceptions/InvalidConfiguration.php 100755 → 100644
Empty file.
Empty file modified src/IonicPushChannel.php 100755 → 100644
Empty file.
Empty file modified src/IonicPushMessage.php 100755 → 100644
Empty file.

0 comments on commit d4544ad

Please sign in to comment.