From fc925b64a024011fb0c76ae2ce46b5f46def38ad Mon Sep 17 00:00:00 2001 From: Aimeos Date: Thu, 23 Nov 2017 00:18:24 +0100 Subject: [PATCH] Removed HHVM support --- .travis.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.