Skip to content

Commit 7944404

Browse files
author
denisp22
committed
Update README.md
1 parent ebf79fe commit 7944404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel Queue Size Command
22
[![Latest Version on Packagist][ico-version]][link-packagist]
33
[![Software License][ico-license]](LICENSE)
4-
[![Build Status][ico-travis]][link-travis]
4+
[![Build Status][ico-tests]][link-tests]
55
[![Total Downloads][ico-downloads]][link-downloads]
66

77
This package offers an artisan command to check queue size in your application.
@@ -40,9 +40,9 @@ The Laravel Queue Size Command is open-sourced software licensed under the [MIT
4040

4141
[ico-version]: https://img.shields.io/packagist/v/ilzrv/laravel-queue-size
4242
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg
43-
[ico-travis]: https://img.shields.io/travis/ilzrv/laravel-queue-size
43+
[ico-tests]: https://github.com/ilzrv/laravel-queue-size/workflows/tests/badge.svg
4444
[ico-downloads]: https://img.shields.io/packagist/dt/ilzrv/laravel-queue-size
4545

4646
[link-packagist]: https://packagist.org/packages/ilzrv/laravel-queue-size
47-
[link-travis]: https://travis-ci.org/ilzrv/laravel-queue-size
47+
[link-tests]: https://github.com/ilzrv/laravel-queue-size/workflows/tests
4848
[link-downloads]: https://packagist.org/packages/ilzrv/laravel-queue-size

0 commit comments

Comments
 (0)