Skip to content

Commit

Permalink
Add Coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
zyml committed Feb 6, 2017
1 parent e07a17d commit 7358b94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev

after_success:
- travis_retry php vendor/bin/coveralls

script: phpunit
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"require-dev": {
"mockery/mockery": "^0.9.5",
"orchestra/testbench": "^3.3",
"phpunit/phpunit": "^5.4"
"phpunit/phpunit": "^5.4",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7358b94

Please sign in to comment.