From fa1d4b7ad11c47bff9d4365ac3a7885f54d3f9eb Mon Sep 17 00:00:00 2001 From: Patrick Samson Date: Mon, 7 Sep 2015 20:08:46 -0400 Subject: [PATCH] Update Readme --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61beee9..b11d591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction - + script: - if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then phpunit; fi - if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpunit --coverage-text --coverage-clover=coverage.clover; fi diff --git a/README.md b/README.md index 66fe7cc..6086ae6 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ $ composer test The MIT License (MIT). Please see [License File](LICENSE.md) for more information. -[ico-version]: https://img.shields.io/packagist/v/lykegenes/laravel-locale-switcher.svg?style=flat-square -[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square +[ico-version]: https://img.shields.io/packagist/v/Lykegenes/laravel-locale-switcher.svg?style=flat-square +[ico-license]: https://img.shields.io/packagist/l/Lykegenes/laravel-locale-switcher.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/Lykegenes/laravel-locale-switcher/master.svg?style=flat-square [ico-versioneye]: https://img.shields.io/versioneye/d/php/lykegenes:laravel-locale-switcher.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/lykegenes/laravel-locale-switcher.svg?style=flat-square