Skip to content

Commit 7ef461d

Browse files
committed
Use vendored PHPUnit version for Travis CI
1 parent 66bdd07 commit 7ef461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ before_script:
4242
- ulimit -c unlimited -S
4343

4444
script:
45-
- phpunit --debug || RESULT=$?
45+
- ./vendor/bin/phpunit --debug || RESULT=$?
4646
- 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;
4747
- if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi;

0 commit comments

Comments
 (0)