Skip to content

Commit

Permalink
removed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 7, 2020
1 parent c7ca479 commit 53a963b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 53a963b

Please sign in to comment.