Skip to content

Commit

Permalink
Merge branch 'master' of github.com:violinist-dev/composer-changelog-…
Browse files Browse the repository at this point in the history
…fetcher
  • Loading branch information
eiriksm committed Mar 6, 2019
2 parents 8423e64 + 02a073b commit 8c5338d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ shared: &shared
- ./vendor
- run: ./vendor/bin/phpunit
- run: ./vendor/bin/phpcs -p -n
- run: ./vendor/bin/php-coveralls -v


jobs:
Expand Down
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage_clover: data/tmp/coverage.xml
json_path: data/tmp/coveralls-upload.json
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
composer.phar
/vendor/
/data
composer.lock
/.idea

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

0 comments on commit 8c5338d

Please sign in to comment.