Skip to content

Commit

Permalink
Scrutinizer fix to download phar first
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Mar 19, 2020
1 parent 633e1f1 commit 50cc49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ checks:
tools:
external_code_coverage:
timeout: 120
runs: 4
runs: 3
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

branches:
only:
Expand Down

0 comments on commit 50cc49d

Please # to comment.