File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ checks:
17
17
fix_identation_4spaces : true
18
18
fix_doc_comments : true
19
19
20
+ tools :
21
+ external_code_coverage : true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 5.6
5
5
- 7.0
6
+ - 7.1
6
7
7
8
env :
8
9
matrix :
@@ -17,4 +18,5 @@ script:
17
18
- phpunit --coverage-text --coverage-clover=coverage.clover
18
19
19
20
after_script :
20
- - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
21
+ - wget https://scrutinizer-ci.com/ocular.phar
22
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All Notable changes to ` twilio ` will be documented in this file
3
+ All notable changes to ` twilio ` will be documented in this file
4
4
5
5
## 1.0.0 - 201X-XX-XX
6
6
Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] ( https://img.shields.io/travis/laravel-notification-channels/twilio/master.svg?style=flat-square )] ( https://travis-ci.org/laravel-notification-channels/twilio )
6
6
[ ![ StyleCI] ( https://styleci.io/repos/65543339/shield )] ( https://styleci.io/repos/65543339 )
7
7
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/laravel-notification-channels/twilio.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/twilio )
8
+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/twilio/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/twilio/?branch=master )
8
9
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/twilio.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/twilio )
9
10
10
11
This package makes it easy to send [ Twilio notifications] ( https://documentation.twilio.com/docs ) with Laravel 5.3.
@@ -127,7 +128,7 @@ public function routeNotificationForTwilio()
127
128
Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
128
129
129
130
## Testing
130
-
131
+
131
132
``` bash
132
133
$ composer test
133
134
```
You can’t perform that action at this time.
0 commit comments