diff --git a/.travis.yml b/.travis.yml index e972af3..a20f14d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ env: - FLOW_VERSION=4.1.* - FLOW_VERSION=4.0.* +matrix: + fast_finish: true + before_script: - git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core - cd ../aimeos-core @@ -19,6 +22,3 @@ script: "vendor/bin/phing -Ddir=ext/ai-flow coverageext checkext" after_success: - php vendor/bin/coveralls -c ext/ai-flow/.coveralls.yml - -matrix: - fast_finish: true diff --git a/README.md b/README.md index 8f2b515..c763aa5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Build Status](https://travis-ci.org/aimeos/ai-flow.svg?branch=master)](https://travis-ci.org/aimeos/ai-flow) [![Coverage Status](https://coveralls.io/repos/aimeos/ai-flow/badge.svg?branch=master&service=github)](https://coveralls.io/github/aimeos/ai-flow?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aimeos/ai-flow/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aimeos/ai-flow/?branch=master) -[![HHVM Status](http://hhvm.h4cc.de/badge/aimeos/ai-flow.svg)](http://hhvm.h4cc.de/package/aimeos/ai-flow) +[![License](https://poser.pugx.org/aimeos/ai-flow/license.svg)](https://packagist.org/packages/aimeos/ai-flow) The Aimeos web shop components can integrate into almost any PHP application and uses the infrastructure of the application for building URLs, caching content, configuration settings, logging messages, session handling, sending e-mails or handling translations.