Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
run only after success
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jul 31, 2016
1 parent a025718 commit e9fa266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ install:
script:
- vendor/bin/phpunit --coverage-text

after_script:
after_success:
- composer require satooshi/php-coveralls
- travis_retry vendor/bin/coveralls

0 comments on commit e9fa266

Please sign in to comment.