Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGaskell authored Jan 19, 2021
1 parent cbd9683 commit 660bbe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ install:

script:
- mkdir -p build/logs
- vendor/bin/phpunit -c phpunit.dist.xml --testdox
#- vendor/bin/phpunit -c phpunit.dist.xml --testdox
#XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
- XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml --testdox

after_success:
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit 660bbe4

Please sign in to comment.