From 91e29bb668729abdcee8371f7364a7f8a898bac5 Mon Sep 17 00:00:00 2001 From: Marc Ermshaus Date: Wed, 7 Sep 2016 16:48:00 +0200 Subject: [PATCH] Add keyword to composer.json. Try to fix Travis integration. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e59bd26..e552a1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - travis_retry composer install --no-interaction --prefer-source script: - - if [[ "$COLLECT_COVERAGE" == "true" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; else vendor/bin/phpunit --no-coverage; fi + - if [[ "$COLLECT_COVERAGE" == "true" ]]; then phpunit --coverage-text --coverage-clover=coverage.clover; else phpunit --no-coverage; fi after_script: - if [[ "$COLLECT_COVERAGE" == "true" ]]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi diff --git a/composer.json b/composer.json index 381e08e..c1c135d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "kaloa/filesystem", "type": "library", "description": "Useful classes for working with the filesystem", - "keywords": ["filesystem"], + "keywords": ["csv", "filesystem"], "homepage": "http://kaloa.ermshaus.org/", "license": "MIT", "authors": [