Skip to content

Commit

Permalink
Drop HHVM support
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed May 30, 2017
1 parent 78b1085 commit cc5f507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -14,17 +14,16 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm

services:
- redis-server

before_install:
- if [[ $TRAVIS_PHP_VERSION = "5.5" ]] || [[ $TRAVIS_PHP_VERSION = "5.6" ]]; then echo yes | pecl install apcu-4.0.11; fi
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-add install/travis-$TRAVIS_PHP_VERSION.ini; fi
- phpenv config-add install/travis-$TRAVIS_PHP_VERSION.ini

before_script:
- if [[ $TRAVIS_PHP_VERSION != "5.5" ]] && [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ $TRAVIS_PHP_VERSION != "5.5" ]]; then phpenv config-rm xdebug.ini; fi

script:
- if [[ $TRAVIS_PHP_VERSION == "5.5" ]]; then make test-coveralls; else make test; fi
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,7 +1,7 @@
The ICanBoogie/Storage package is free software.
It is released under the terms of the following BSD License.

Copyright (c) 2015-2016 by Olivier Laviale
Copyright (c) 2015-2017 by Olivier Laviale
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,6 @@

[![Release](https://img.shields.io/packagist/v/icanboogie/storage.svg)](https://github.com/ICanBoogie/Storage/releases)
[![Build Status](https://img.shields.io/travis/ICanBoogie/Storage.svg)](http://travis-ci.org/ICanBoogie/Storage)
[![HHVM](https://img.shields.io/hhvm/icanboogie/storage.svg)](http://hhvm.h4cc.de/package/icanboogie/storage)
[![Code Quality](https://img.shields.io/scrutinizer/g/ICanBoogie/Storage.svg)](https://scrutinizer-ci.com/g/ICanBoogie/Storage/?branch=master)
[![Code Coverage](https://img.shields.io/coveralls/ICanBoogie/Storage.svg)](https://coveralls.io/r/ICanBoogie/Storage)
[![Packagist](https://img.shields.io/packagist/dt/icanboogie/storage.svg)](https://packagist.org/packages/icanboogie/storage)
Expand Down

0 comments on commit cc5f507

Please sign in to comment.