From 5ab2cd9de857262a4626c6f2d42ab25c81706a80 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Tue, 19 Sep 2017 17:10:03 +0200 Subject: [PATCH] Readme - add badges - TravisCI, Packagist, StyleCI, GitHub commits, GitHub license, Coverage --- .styleci.yml | 1 + .travis.yml | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .styleci.yml create mode 100644 .travis.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..974f5fa --- /dev/null +++ b/.styleci.yml @@ -0,0 +1 @@ +preset: symfony diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6ba80f4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php + +php: + - 5.6 + - 7.1 + - nightly diff --git a/README.md b/README.md index 44d6695..ead5b53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Meritoo Common Library +# Meritoo Common Library [![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=flat-square)](https://travis-ci.org/meritoo/common-library) [![Packagist](https://img.shields.io/packagist/v/meritoo/common-library.svg?style=flat-square)](https://packagist.org/packages/meritoo/common-library) [![StyleCI](https://styleci.io/repos/101790028/shield?branch=master)](https://styleci.io/repos/101790028) [![license](https://img.shields.io/github/license/meritoo/common-library.svg?style=flat-square)](https://github.com/meritoo/common-library) [![GitHub commits](https://img.shields.io/github/commits-since/meritoo/common-library/0.0.1.svg?style=flat-square)](https://github.com/meritoo/common-library) [![Coverage Status](https://coveralls.io/repos/github/meritoo/common-library/badge.svg?branch=master)](https://coveralls.io/github/meritoo/common-library?branch=master) Useful classes, methods, extensions etc. ## Installation