Skip to content

Commit

Permalink
Try fixing Travis builds by running the same command as in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed May 5, 2022
1 parent faa6d27 commit fa171c9
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 @@ -12,6 +12,6 @@ before_script:
- wget https://scrutinizer-ci.com/ocular.phar

script:
- vendor/bin/phpunit -c tests/ --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-clover=coverage.clover
- phpcs --standard=PSR2 --extensions=php --ignore=vendor .
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit fa171c9

Please sign in to comment.