Skip to content

Commit

Permalink
Run coveralls after success
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishepner committed Jun 23, 2017
1 parent ee4957a commit dcddc24
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: .
coverage_clover: clover.xml
json_path: coveralls-upload.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ php:
- '7.1'
before_script:
- composer install
after_script: ./vendor/bin/coveralls -v
after_success: ./vendor/bin/coveralls -v

0 comments on commit dcddc24

Please sign in to comment.