8000 Ignore unrelated SEGFAULT when all tests pass for ext-event on Windows · reactphp/event-loop@47ab46f · GitHub
[go: up one dir, main page]

Skip to content

Commit 47ab46f

Browse files
committed
Ignore unrelated SEGFAULT when all tests pass for ext-event on Windows
1 parent 2f85e8e commit 47ab46f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ matrix:
5151
- php -r "file_put_contents(php_ini_loaded_file(),'extension=event'.PHP_EOL,FILE_APPEND);"
5252
install:
5353
- composer install
54+
script:
55+
- vendor/bin/phpunit --coverage-text || ([[ $? = 139 ]] && echo && echo "Ignoring SEGFAULT.." >&2) # ignore unrelated SEGFAULT when all tests pass
5456
allow_failures:
5557
- php: hhvm
5658
- os: windows

0 commit comments

Comments
 (0)
0