mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Run memory leak tests separately on Travis
This commit is contained in:
parent
9ef99a5175
commit
9def47e50d
@ -52,6 +52,8 @@ install:
|
||||
- composer show
|
||||
|
||||
script:
|
||||
# Run testNoMemoryLeak separately, as those are skipped with enabled coverage
|
||||
- php vendor/bin/phpunit --filter testNoMemoryLeak
|
||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml --verbose
|
||||
- php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user