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 a13b30b commit c6f4c41Copy full SHA for c6f4c41
.travis.yml
@@ -40,7 +40,7 @@ before_script:
40
- ./tests/travis_${TRANSPORT}.sh
41
42
script:
43
- - phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
+ - ./vendor/bin/phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
44
- if [ "$PHPBENCH" = "yes" ]; then php vendor/bin/phpbench run --report=all; fi;
45
46
0 commit comments