Commit 7ef461d8 authored by Jeremy Mikola's avatar Jeremy Mikola

Use vendored PHPUnit version for Travis CI

parent 66bdd07d
...@@ -42,6 +42,6 @@ before_script: ...@@ -42,6 +42,6 @@ before_script:
- ulimit -c unlimited -S - ulimit -c unlimited -S
script: script:
- phpunit --debug || RESULT=$? - ./vendor/bin/phpunit --debug || RESULT=$?
- 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; - 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;
- if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi; - if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment