Skip to content

Commit

Permalink
Merge pull request #115 from codeliner/update-coveralls
Browse files Browse the repository at this point in the history
Bump php-coveralls to 1.0
  • Loading branch information
prolic committed Feb 10, 2016
2 parents 5eb4c9e + 7ab005b commit 535b384
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# for php-coveralls
service_name: travis-ci
src_dir: src
coverage_clover: build/logs/clover.xml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- php ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run

after_script:
after_success:
- php vendor/bin/coveralls -v

notifications:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"phpunit/phpunit": "~4.8",
"fabpot/php-cs-fixer": "1.7.*",
"satooshi/php-coveralls": "dev-master",
"satooshi/php-coveralls": "^1.0",
"container-interop/container-interop" : "^1.1",
"sandrokeil/interop-config": "^0.3",
"tobiju/bookdown-bootswatch-templates": "^0.2.0"
Expand Down

0 comments on commit 535b384

Please sign in to comment.