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 66bdd07 commit 7ef461dCopy full SHA for 7ef461d
.travis.yml
@@ -42,6 +42,6 @@ before_script:
42
- ulimit -c unlimited -S
43
44
script:
45
- - phpunit --debug || RESULT=$?
+ - ./vendor/bin/phpunit --debug || RESULT=$?
46
- for i in $(find ./ -maxdepth 1 -name 'core*' -print); do gdb `php -r 'echo PHP_BINARY;'` core* -ex "thread apply all bt" -ex "set pagination 0" -batch; done;
47
- if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi;
0 commit comments