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 1903f51 commit 688c727
Show file tree
Hide file tree
Showing 2 changed files with 5 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,13 +2,15 @@ sudo: false
language: php

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

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-filesystem ext/
Expand All @@ -19,8 +21,3 @@ script:

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

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

The Aimeos file system extension contains adapter for storing files in the cloud, on remote servers or other storage facilities.
The Aimeos file system extension contains adapter for storing files in the cloud, on remote servers or other storage facilities.

## Table of contents

Expand Down

0 comments on commit 688c727

Please sign in to comment.