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.
2 parents 3d59a89 + f9e69c7 commit 43d830aCopy full SHA for 43d830a
.travis.yml
@@ -17,7 +17,7 @@ before_script:
17
- if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
18
- composer install --no-interaction --prefer-source --dev
19
20
-script: phpunit --verbose
+script: vendor/bin/phpunit --verbose
21
22
matrix:
23
include:
0 commit comments