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 b42ed1f + a8c68e2 commit 68659caCopy full SHA for 68659ca
.travis.yml
@@ -51,7 +51,7 @@ matrix:
51
dist: trusty
52
53
install:
54
- - pip install -qr Resources/doc/requirements.txt --user
+ - if [[ "$DOCCHECK" = true ]]; then pip install -qr Resources/doc/requirements.txt --user; fi
55
56
before_install:
57
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
0 commit comments