From 53a963befa369ced249af2d92fbbba46b0895c7b Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sun, 8 Mar 2020 01:53:10 +0300 Subject: [PATCH] removed travis --- .travis.yml | 18 ------------------ README.md | 12 ++++++------ 2 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 818c359..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: php - -php: - - '7.1' - - '7.2' - - '7.3' - -sudo: false - -before_install: - # turn off XDebug - - phpenv config-rm xdebug.ini || return - -before_script: - - composer install --no-interaction --prefer-source - -script: - - vendor/bin/phpunit diff --git a/README.md b/README.md index 410d3fc..213f9f5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Module management package for Laravel -[![Version](https://poser.pugx.org/akaunting/module/v/stable.svg)](https://github.com/akaunting/module/releases) -![Downloads](https://poser.pugx.org/akaunting/module/d/total.svg) -![Build Status](https://travis-ci.com/akaunting/module.svg) -[![StyleCI](https://styleci.io/repos/180859866/shield?style=flat&branch=master)](https://styleci.io/repos/180859866) -[![Quality](https://scrutinizer-ci.com/g/akaunting/module/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akaunting/module) -[![License](https://poser.pugx.org/akaunting/module/license.svg)](LICENSE.md) +[![Version](https://img.shields.io/packagist/v/akaunting/module?label=release)](https://github.com/akaunting/module/releases) +![Downloads](https://img.shields.io/packagist/dt/akaunting/module) +![Tests](https://img.shields.io/github/workflow/status/akaunting/module/Tests?label=tests) +[![StyleCI](https://github.styleci.io/repos/180859866/shield?style=flat&branch=master)](https://styleci.io/repos/180859866) +[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/module?label=quality)](https://scrutinizer-ci.com/g/akaunting/module) +[![License](https://img.shields.io/github/license/akaunting/module)](LICENSE.md) This package intends to make your Laravel app extensible via modules. A module is a kinda small Laravel app, shipping with its own views, controllers, models, etc.