We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f85e8e commit 47ab46fCopy full SHA for 47ab46f
.travis.yml
@@ -51,6 +51,8 @@ matrix:
51
- php -r "file_put_contents(php_ini_loaded_file(),'extension=event'.PHP_EOL,FILE_APPEND);"
52
install:
53
- composer install
54
+ script:
55
+ - vendor/bin/phpunit --coverage-text || ([[ $? = 139 ]] && echo && echo "Ignoring SEGFAULT.." >&2) # ignore unrelated SEGFAULT when all tests pass
56
allow_failures:
57
- php: hhvm
58
- os: windows
0 commit comments