Skip to content

Commit

Permalink
use package-specific phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Feb 16, 2017
1 parent fa03dd8 commit ca047d5
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 @@ -7,7 +7,7 @@ before_script:
- composer self-update
- composer install
script:
- phpunit --coverage-clover=coverage.clover
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit ca047d5

Please sign in to comment.