File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11language : php
22
3+ sudo : false
4+
5+ cache :
6+ directories :
7+ - $HOME/.composer/cache
8+ - $HOME/.cache/pip
9+
10+ addons :
11+ apt :
12+ packages :
13+ - python-sphinx
14+ - enchant
15+
316php :
417 - 5.4
518 - 5.5
@@ -43,12 +56,13 @@ matrix:
4356 - SYMFONY_VERSION='2.8.*@dev'
4457 - FRAMEWORK_EXTRA_VERSION='~3.0'
4558
59+ install :
60+ - pip install -qr Resources/doc/requirements.txt --user
61+
4662before_script :
4763 - sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
4864 - sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
4965 - composer update $COMPOSER_FLAGS
50- - sudo apt-get install python-sphinx enchant
51- - sudo pip install -r Resources/doc/requirements.txt
5266
5367script :
5468 - SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
Original file line number Diff line number Diff line change 1010invalidator
1111ETag
1212templating
13+ lookup
14+ lookups
15+ TTL
16+ multi
17+ logout
You can’t perform that action at this time.
0 commit comments