Skip to content

Commit fb016cd

Browse files
committed
Update .travis.yml and remove unused variable from the ExpoChannel
1 parent 057475f commit fb016cd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ php:
44
- 7.0
55
- 7.1
66

7-
env:
8-
matrix:
9-
- COMPOSER_FLAGS="--prefer-lowest"
10-
- COMPOSER_FLAGS=""
11-
127
before_script:
138
- travis_retry composer self-update
14-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
9+
- travis_retry composer update --no-interaction --prefer-source
1510

1611
script:
1712
- phpunit --coverage-text --coverage-clover=coverage.clover

src/ExpoChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function send($notifiable, Notification $notification)
4949
?: $this->interestName($notifiable);
5050

5151
try {
52-
$response = $this->expo->notify(
52+
$this->expo->notify(
5353
$interest,
5454
$notification->toExpoPush($notifiable)->toArray(),
5555
true

0 commit comments

Comments
 (0)