Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leocarmo committed May 1, 2021
1 parent 15600f5 commit 4bb8cd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- '7.4'
- '8.0'

before_script:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Graceful Shutdown with PHP

[![Build Status](https://travis-ci.org/leocarmo/graceful-shutdown-php.svg?branch=master)](https://travis-ci.org/leocarmo/graceful-shutdown-php)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/leocarmo/graceful-shutdown-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/leocarmo/graceful-shutdown-php/?branch=master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/leocarmo/graceful-shutdown-php/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Total Downloads](https://img.shields.io/packagist/dt/leocarmo/graceful-shutdown-php.svg)](https://packagist.org/packages/leocarmo/graceful-shutdown-php)

> Generally, a graceful shutdown is preferable in the case of any OS that saves its state. When the standard shutdown procedures are not done with these OSs, the result can be data corruption of program and operating system files. The result of the corruption can be instability, incorrect functioning or failure to boot.
For more information see [this](https://whatis.techtarget.com/definition/graceful-shutdown-and-hard-shutdown).
Expand Down

0 comments on commit 4bb8cd1

Please sign in to comment.