Skip to content

Commit

Permalink
Add keyword to composer.json. Try to fix Travis integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mermshaus committed Sep 7, 2016
1 parent 4f4cc2e commit 91e29bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 91e29bb

Please sign in to comment.