Skip to content

Commit

Permalink
Fix coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 19, 2016
1 parent 9cf518f commit e42d41c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
service_name: travis-ci
src_dir: src
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ script:
after_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6"* ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi;
- if [[ "$TRAVIS_PHP_VERSION" == "5.6"* ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi;
- php ./bin/coveralls -v
- travis_retry php ./bin/coveralls -v

notifications:
webhooks:
Expand Down

0 comments on commit e42d41c

Please sign in to comment.