Skip to content

Commit

Permalink
coverall test
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Mar 8, 2017
1 parent 310b87f commit fb24b10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ before_script:

script:
- ./vendor/bin/phpcs --standard=psr2 src/
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"squizlabs/php_codesniffer": "~2.0",
"symfony/event-dispatcher": "^3.2",
"doctrine/orm": "^2.5",
"guzzlehttp/promises": "^1.3"
"guzzlehttp/promises": "^1.3",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"symfony/event-dispatcher": "An event dispatcher to hook into the ETL process.",
Expand Down

0 comments on commit fb24b10

Please sign in to comment.