Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
Seems not compatible with cakephp 5
  • Loading branch information
hakito committed Jan 4, 2024
1 parent be90d31 commit 726a51e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
@@ -1,13 +1,5 @@
language: php
php:
- 8.1
# - 8.2
# - 8.3
env:
- XDEBUG_MODE=coverage
before_script:
- composer require php-coveralls/php-coveralls --no-interaction
script:
- vendor/bin/phpunit --coverage-clover build/coverage/clover.xml
after_success:
- vendor/bin/coveralls -v
- vendor/bin/phpunit

0 comments on commit 726a51e

Please sign in to comment.