Skip to content

Commit 68659ca

Browse files
authored
Merge pull request #370 from FriendsOfSymfony/build-cleanup
only install sphinx requirements when building doc
2 parents b42ed1f + a8c68e2 commit 68659ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ matrix:
5151
dist: trusty
5252

5353
install:
54-
- pip install -qr Resources/doc/requirements.txt --user
54+
- if [[ "$DOCCHECK" = true ]]; then pip install -qr Resources/doc/requirements.txt --user; fi
5555

5656
before_install:
5757
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'

0 commit comments

Comments
 (0)