File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
+ - hhvm
9
+ - nightly
10
+
11
+ matrix :
12
+ fast_finish : true
13
+ include :
14
+ - php : 5.3
15
+ env : COMPOSER_FLAGS="--prefer-lowest"
16
+ - php : 5.6
17
+ env : SYMFONY_VERSION=2.3.*
18
+ - php : 5.6
19
+ env : SYMFONY_VERSION=2.5.*
20
+ - php : 5.6
21
+ env : SYMFONY_VERSION=2.6.*
22
+ - php : 5.6
23
+ env : SYMFONY_VERSION=2.7.*@dev
24
+ - php : 5.6
25
+ env : SYMFONY_VERSION=2.8.*@dev
26
+ - php : 5.6
27
+ env : SYMFONY_VERSION="3.0.x-dev as 2.6"
28
+ allow_failures :
29
+ - php : hhvm
30
+ - php : nightly
31
+ - env : SYMFONY_VERSION=2.7.*@dev
32
+ - env : SYMFONY_VERSION=2.8.*@dev
33
+ - env : SYMFONY_VERSION="3.0.x-dev as 2.6"
34
+
35
+ cache :
36
+ directories :
37
+ - vendor
38
+ - $HOME/.composer/cache
8
39
9
40
before_script :
10
41
- echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
11
- - composer install --dev --prefer-dist --no-interaction
42
+ - composer selfupdate
43
+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
44
+ - composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
12
45
13
46
phpunit : phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments