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 284e8cf commit 659980b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
sudo: required
language: php
dist: trusty

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

matrix:
fast_finish: true

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --force-yes beanstalkd rabbitmq-server=3.5.7-1
Expand All @@ -24,8 +25,3 @@ script:

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

matrix:
fast_finish: true
allow_failures:
- php: hhvm
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Aimeos file system extension
[![Build Status](https://travis-ci.org/aimeos/ai-mqueue.svg?branch=master)](https://travis-ci.org/aimeos/ai-mqueue)
[![Coverage Status](https://coveralls.io/repos/aimeos/ai-mqueue/badge.svg?branch=master)](https://coveralls.io/r/aimeos/ai-mqueue?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aimeos/ai-mqueue/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aimeos/ai-mqueue/?branch=master)
[![License](https://poser.pugx.org/aimeos/ai-mqueue/license.svg)](https://packagist.org/packages/aimeos/ai-mqueue)

The Aimeos message queue extension contains adapter for pushing and retrieving
arbitrary messages to remote message queue servers to. Thus, processing of
Expand Down Expand Up @@ -81,7 +82,7 @@ library:
'vhost' => '/', // optional
'insist' => false, // optional
'login_method' => 'AMQPLAIN', // optional
'login_response' => null, // optional
'login_response' => null, // optional
'locale' => 'en_US', // optional
'connection_timeout' => 3.0, // optional
'read_write_timeout' => 3.0, // optional
Expand Down Expand Up @@ -118,7 +119,7 @@ library:

To use the Stomp adapter, make sure you've installed the "stomp" PHP extension.
Most of the time there's already a package for the most widely used Linux
distributions available.
distributions available.

The available configuration options are:
```
Expand Down

0 comments on commit 659980b

Please sign in to comment.