Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Removed HHVM support
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 22, 2017
1 parent 319bea6 commit fc925b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit fc925b6

Please sign in to comment.