Skip to content

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

php:
- hhvm
- 7.1
- 7.0
- 5.6
Expand All @@ -14,6 +13,14 @@ env:
- LARAVEL_VERSION=5.3.*
- LARAVEL_VERSION=5.4.*

matrix:
fast_finish: true
exclude:
- php: 5.5
env: "LARAVEL_VERSION=5.3.*"
- php: 5.5
env: "LARAVEL_VERSION=5.4.*"

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
Expand All @@ -27,13 +34,3 @@ script:

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

matrix:
fast_finish: true
exclude:
- php: 5.5
env: "LARAVEL_VERSION=5.3.*"
- php: 5.5
env: "LARAVEL_VERSION=5.4.*"
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-laravel.png?branch=master)](https://travis-ci.org/aimeos/ai-laravel)
[![Coverage Status](https://coveralls.io/repos/aimeos/ai-laravel/badge.svg?branch=master)](https://coveralls.io/r/aimeos/ai-laravel?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aimeos/ai-laravel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aimeos/ai-laravel/?branch=master)
[![HHVM Status](http://hhvm.h4cc.de/badge/aimeos/ai-laravel.svg)](http://hhvm.h4cc.de/package/aimeos/ai-laravel)
[![License](https://poser.pugx.org/aimeos/ai-laravel/license.svg)](https://packagist.org/packages/aimeos/ai-laravel)

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 6890630

Please sign in to comment.