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 4201bd5 commit 7072974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ sudo: false
language: php

php:
- hhvm
- 7.1
- 7.0
- 5.6
- 5.5

matrix:
fast_finish: true

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core && mv ../ai-slim ext/
Expand All @@ -18,8 +20,3 @@ script:

after_success:
- php vendor/bin/coveralls -c ext/ai-slim/.coveralls.yml

matrix:
fast_finish: true
allow_failures:
- php: hhvm
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Build Status](https://travis-ci.org/aimeos/ai-slim.png?branch=master)](https://travis-ci.org/aimeos/ai-slim)
[![Coverage Status](https://coveralls.io/repos/aimeos/ai-slim/badge.svg?branch=master)](https://coveralls.io/r/aimeos/ai-slim?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aimeos/ai-slim/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aimeos/ai-slim/?branch=master)
[![HHVM Status](http://hhvm.h4cc.de/badge/aimeos/ai-slim.svg)](http://hhvm.h4cc.de/package/aimeos/ai-slim)
[![License](https://poser.pugx.org/aimeos/ai-slim/license.svg)](https://packagist.org/packages/aimeos/ai-slim)

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 7072974

Please sign in to comment.