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 1
1
language : php
2
2
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
+
3
16
php :
4
17
- 5.4
5
18
- 5.5
@@ -43,12 +56,13 @@ matrix:
43
56
- SYMFONY_VERSION='2.8.*@dev'
44
57
- FRAMEWORK_EXTRA_VERSION='~3.0'
45
58
59
+ install :
60
+ - pip install -qr Resources/doc/requirements.txt --user
61
+
46
62
before_script :
47
63
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
48
64
- sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
49
65
- composer update $COMPOSER_FLAGS
50
- - sudo apt-get install python-sphinx enchant
51
- - sudo pip install -r Resources/doc/requirements.txt
52
66
53
67
script :
54
68
- SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
Original file line number Diff line number Diff line change 10
10
invalidator
11
11
ETag
12
12
templating
13
+ lookup
14
+ lookups
15
+ TTL
16
+ multi
17
+ logout
You can’t perform that action at this time.
0 commit comments