File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 4
4
- 5.3
5
5
- 5.4
6
6
- 5.5
7
+ - 5.6
7
8
- hhvm
8
9
9
10
env :
10
- - SYMFONY_VERSION=2.5.*
11
+ - SYMFONY_VERSION=2.6.* PACKAGE_VERSION=high
11
12
12
13
matrix :
13
14
include :
14
- - php : 5.5
15
- env : SYMFONY_VERSION=2.3.*
16
- - php : 5.5
17
- env : SYMFONY_VERSION=2.4.*
18
- - php : 5.5
19
- env : SYMFONY_VERSION=2.6.*
15
+ - php : 5.3.3
16
+ env : SYMFONY_VERSION=2.3.* PACKAGE_VERSION=low
17
+ - php : 5.6
18
+ env : SYMFONY_VERSION=2.3.* PACKAGE_VERSION=high
19
+ - php : 5.6
20
+ env : SYMFONY_VERSION=2.5.* PACKAGE_VERSION=high
21
+ - php : 5.6
22
+ env : SYMFONY_VERSION=2.7.* PACKAGE_VERSION=high
23
+ - php : 5.6
24
+ env : SYMFONY_VERSION=3.0.*@dev PACKAGE_VERSION=high
25
+ allow_failures :
26
+ - php : 5.6
27
+ env : SYMFONY_VERSION=2.7.* PACKAGE_VERSION=high
28
+ - php : 5.6
29
+ env : SYMFONY_VERSION=3.0.*@dev PACKAGE_VERSION=high
20
30
21
31
before_script :
22
32
- composer self-update
23
- - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
33
+ - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
34
+ - if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-source; fi
35
+ - if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-source; fi
24
36
25
37
script : phpunit --coverage-text
26
38
You can’t perform that action at this time.
0 commit comments