Skip to content

Commit c6f4c41

Browse files
committed
Use vendor version of PHPUnit
1 parent a13b30b commit c6f4c41

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
@@ -40,7 +40,7 @@ before_script:
4040
- ./tests/travis_${TRANSPORT}.sh
4141

4242
script:
43-
- phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
43+
- ./vendor/bin/phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
4444
- if [ "$PHPBENCH" = "yes" ]; then php vendor/bin/phpbench run --report=all; fi;
4545

4646

0 commit comments

Comments
 (0)