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 b42ed1f commit a8c68e2Copy full SHA for a8c68e2
.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