Skip to content

Commit

Permalink
#20 Interfacer Queryflatfile avec Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Aug 30, 2018
1 parent 894246f commit 610313b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ install:
- composer install

script:
- php vendor/bin/phpunit
- php vendor/bin/phpunit

after_success:
- travis_retry php vendor/bin/php-coveralls
# or enable logging
- travis_retry php vendor/bin/php-coveralls -v
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"require-dev": {
"phpunit/phpunit": "5.*",
"phpdocumentor/phpdocumentor": "2.*",
"phpmetrics/phpmetrics": "2.*"
"phpmetrics/phpmetrics": "2.*",
"satooshi/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 610313b

Please sign in to comment.