Skip to content

Commit 5ba505e

Browse files
committed
Add more tests and configure Travis CI
1 parent c8a0acd commit 5ba505e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
3+
php:
4+
- 7.2
5+
- 7.3
6+
7+
before_script:
8+
- composer install --prefer-dist --no-interaction --no-suggest --optimize-autoloader

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Total Downloads](https://poser.pugx.org/freshbitsweb/laravel-log-enhancer/downloads)](https://packagist.org/packages/freshbitsweb/laravel-log-enhancer)
33
[![License](https://poser.pugx.org/freshbitsweb/laravel-log-enhancer/license)](https://packagist.org/packages/freshbitsweb/laravel-log-enhancer)
44
[![StyleCI](https://styleci.io/repos/126970369/shield?branch=master)](https://styleci.io/repos/126970369)
5+
[![Build Status](https://travis-ci.com/freshbitsweb/laravel-log-enhancer.svg?branch=master)](https://travis-ci.com/freshbitsweb/laravel-log-enhancer)
56

67
# Laravel Log Enhancer (Laravel 5.6+)
78
Laravel's logging system helps a lot for storing data as well as while troubleshooting some hidden bugs. The data related to the exception automatically gets logged whenever something goes wrong.
File renamed without changes.

0 commit comments

Comments
 (0)