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 bbaeb8a commit a166584Copy full SHA for a166584
.travis.yml
@@ -33,6 +33,8 @@ before_install:
33
- if [ "$DEPENDENCIES" != "" ]; then composer config minimum-stability $DEPENDENCIES; fi
34
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/lts=$SYMFONY_VERSION; fi
35
36
-install: composer update $COMPOSER_FLAGS --prefer-dist
+install:
37
+ - composer update $COMPOSER_FLAGS --prefer-dist
38
+ - ./phpunit install
39
40
script: ./phpunit
0 commit comments