File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 7
7
- 5.6
8
8
- hhvm
9
9
10
+ sudo : false
11
+
12
+ cache :
13
+ directories :
14
+ - $HOME/.composer/cache
15
+
10
16
env :
11
- - SYMFONY_VERSION=2.6.* PACKAGE_VERSION=high
17
+ - SYMFONY_VERSION=2.6.*
12
18
13
19
matrix :
14
20
include :
15
21
- php : 5.3.3
16
- env : SYMFONY_VERSION=2.3.* PACKAGE_VERSION=low
22
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
17
23
- php : 5.6
18
- env : SYMFONY_VERSION=2.3.* PACKAGE_VERSION=high
24
+ env : SYMFONY_VERSION=2.3.*
19
25
- php : 5.6
20
- env : SYMFONY_VERSION=2.5.* PACKAGE_VERSION=high
26
+ env : SYMFONY_VERSION=2.5.*
21
27
- php : 5.6
22
- env : SYMFONY_VERSION=2.7.* PACKAGE_VERSION=high
28
+ env : SYMFONY_VERSION=2.7.*
23
29
- php : 5.6
24
- env : SYMFONY_VERSION=3.0.*@dev PACKAGE_VERSION=high
30
+ env : SYMFONY_VERSION=3.0.*
25
31
allow_failures :
26
32
- php : 5.6
27
- env : SYMFONY_VERSION=2.7.* PACKAGE_VERSION=high
33
+ env : SYMFONY_VERSION=2.7.*
28
34
- php : 5.6
29
- env : SYMFONY_VERSION=3.0.*@dev PACKAGE_VERSION=high
35
+ env : SYMFONY_VERSION=3.0.*
30
36
31
37
before_script :
32
38
- composer self-update
33
39
- 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
40
+ - composer update --prefer-source $COMPOSER_FLAGS
36
41
37
42
script : phpunit --coverage-text
38
43
You can’t perform that action at this time.
0 commit comments