File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
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
+ - 7.0
8
9
- hhvm
9
- - nightly
10
10
11
11
sudo : false
12
12
19
19
20
20
matrix :
21
21
include :
22
- - php : 5.3
23
- env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
24
22
- php : 5.6
25
23
env : SYMFONY_VERSION=2.3.*
26
- - php : 5.6
27
- env : SYMFONY_VERSION=2.6.*
28
24
- php : 5.6
29
25
env : SYMFONY_VERSION=2.8.*
30
26
- php : 5.6
31
27
env : SYMFONY_VERSION=3.0.*
28
+ - php : 5.3
29
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
32
30
allow_failures :
33
- - php : nightly
34
- - php : 5.6
35
- env : SYMFONY_VERSION=2.8.*
36
- - php : 5.6
37
- env : SYMFONY_VERSION=3.0.*
31
+ - php : 7.0
32
+ - env : SYMFONY_VERSION=2.8.*
33
+ - env : SYMFONY_VERSION=3.0.*
34
+ finish_fast : true
38
35
39
36
# we install our own composer to set memory limit to illimited, because on php 5.3 the memory consumption is gigantic
40
37
before_install :
You can’t perform that action at this time.
0 commit comments