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 3d59a89 commit f9e69c7Copy full SHA for f9e69c7
.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