Skip to content

Commit

Permalink
Coveralls integration fixed for 5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jan 12, 2018
1 parent 4a345f0 commit 621c6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ before_install:

install:
- composer update
- composer require satooshi/php-coveralls --dev
- composer require php-coveralls/php-coveralls --dev

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

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/php-coveralls -v

0 comments on commit 621c6fa

Please sign in to comment.