Skip to content

Commit

Permalink
Updates for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedash95 committed May 12, 2017
1 parent 7d04608 commit 5f944dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ env:
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

- travis_retry vendor/bin/phpunit -v
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/facebook-poster.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/facebook-poster)


This package makes it easly to post on facebook using FacebookPoster Notification with Laravel 5.3
This package makes it easly to post on facebook using FacebookPoster Notification with Laravel 5.4


## Contents
Expand Down

0 comments on commit 5f944dc

Please sign in to comment.