Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 2, 2021
1 parent ff3e8a7 commit 256a9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,14 +10,14 @@ before_install:

before_script:
- composer install --prefer-dist --no-interaction
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
- chmod +x php-coveralls.phar

script:
- ./vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml

after_script:
- php-coveralls.phar -v
- ./php-coveralls.phar -v

matrix:
fast_finish: true

0 comments on commit 256a9f3

Please sign in to comment.