diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a803fe6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: php - -php: - - 7.2 - -before_install: - - travis_retry composer self-update - -install: - - travis_retry composer update --prefer-source - -script: - - phpunit - -branches: - only: - - master \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d41ab1..abe26bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to the Laravel Mail Viewer be documented in this file +## v5.0.1 (14-01-2020) +- Added Github Action Workflow for tests + ## v5.0.0 (04-09-2019) - Now supports Laravel v6.0 - Laravel v5.6.* & Laravel v5.7.* are no longer supported, min requirement is now v5.8.* diff --git a/README.md b/README.md index b2925e9..48ac83c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # View all your mailables at a single place [![Latest Version](https://img.shields.io/github/release/JoggApp/laravel-mail-viewer.svg?style=flat-rounded)](https://github.com/JoggApp/laravel-mail-viewer/releases) -[![Build Status](https://travis-ci.org/JoggApp/laravel-mail-viewer.svg?branch=master)](https://travis-ci.org/JoggApp/laravel-mail-viewer) +![](https://github.com/JoggApp/laravel-mail-viewer/workflows/Run%20Tests/badge.svg?branch=master) [![Total Downloads](https://img.shields.io/packagist/dt/JoggApp/laravel-mail-viewer.svg?style=flat-rounded&colorB=brightgreen)](https://packagist.org/packages/JoggApp/laravel-mail-viewer) The Design and content team members often need access to the emails your app will be sending out to the users. This is a fairly simple package that makes it possible and tries to minimize developer dependency. By using this package, you can have a dedicated route to view all your mailables at a single place. Having shareable URLs to view the mails makes the team co-ordination more smooth.