Skip to content

Commit

Permalink
[*]: ".travis.yml" -> update coveralls call
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Sep 5, 2019
1 parent fc7c7f2 commit 86bf514
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 @@ -92,6 +92,6 @@ script:
- php vendor/bin/phpstan analyse --level=7 --configuration=phpstan.neon src

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/php-coveralls -v
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 86bf514

Please sign in to comment.