From 5db93d1ab0bc6f98849d5c2b52b35d1480d44c79 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Sun, 28 Aug 2016 19:52:57 +0100 Subject: [PATCH] Dropping the HHVM Support --- .scrutinizer.yml | 2 +- .travis.yml | 6 +++--- README.md | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index df78ab1..4b1692f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,7 +21,7 @@ checks: tools: external_code_coverage: - timeout: 1200 + timeout: 1800 runs: 8 php_code_sniffer: enabled: true diff --git a/.travis.yml b/.travis.yml index 00c394a..378d088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ sudo: false php: - 5.6 - 7.0 + - 7.1 - nightly - - hhvm matrix: allow_failures: @@ -28,5 +28,5 @@ script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - - if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - - if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi + - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi + - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi diff --git a/README.md b/README.md index 238777e..6b924c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Localization [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5][badge_laravel]][link-github-repo] [![Travis Status][badge_build]][link-travis] -[![HHVM Status][badge_hhvm]][link-hhvm] [![Coverage Status][badge_coverage]][link-scrutinizer] [![Scrutinizer Code Quality][badge_quality]][link-scrutinizer] [![SensioLabs Insight][badge_insight]][link-insight] @@ -61,7 +60,6 @@ If you discover any security related issues, please email arcanedev.maroc@gmail. [badge_license]: http://img.shields.io/packagist/l/arcanedev/localization.svg?style=flat-square [badge_laravel]: https://img.shields.io/badge/For-Laravel%205-orange.svg?style=flat-square [badge_build]: http://img.shields.io/travis/ARCANEDEV/Localization.svg?style=flat-square -[badge_hhvm]: https://img.shields.io/hhvm/arcanedev/localization.svg?style=flat-square [badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Localization.svg?style=flat-square [badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Localization.svg?style=flat-square [badge_insight]: https://img.shields.io/sensiolabs/i/30a231b2-295e-466a-8733-fe95cf2bc48d.svg?style=flat-square @@ -76,6 +74,5 @@ If you discover any security related issues, please email arcanedev.maroc@gmail. [link-contributors]: https://github.com/ARCANEDEV/Localization/graphs/contributors [link-packagist]: https://packagist.org/packages/arcanedev/localization [link-travis]: https://travis-ci.org/ARCANEDEV/Localization -[link-hhvm]: http://hhvm.h4cc.de/package/arcanedev/localization [link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master [link-insight]: https://insight.sensiolabs.com/projects/30a231b2-295e-466a-8733-fe95cf2bc48d