diff --git a/.travis.yml b/.travis.yml index 1c0ab19..848048b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/LICENSE b/LICENSE index 73c72da..386d4c0 100644 --- a/LICENSE +++ b/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, diff --git a/README.md b/README.md index 0c91d78..480464d 100644 --- a/README.md +++ b/README.md @@ -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)