File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- dist : precise
3
+ dist : xenial
4
4
5
5
php :
6
6
- 5.3
14
14
15
15
matrix :
16
16
include :
17
+ - php : 5.4
18
+ dist : trusty # force ubuntu 14.04, ubuntu >= 16.04 only has php >= 5.6
19
+ - php : 5.5
20
+ dist : trusty # force ubuntu 14.04, ubuntu >= 16.04 only has php >= 5.6
17
21
- php : 7.0
18
22
env : COVERAGE=1
19
23
- php : 5.3
20
- env : COMPOSER_MEMORY_LIMIT=2G
24
+ dist : precise # force ubuntu 12.04, ubuntu >= 14.04 only has php >= 5.4
25
+ env : COMPOSER_MEMORY_LIMIT=3G
21
26
- php : 7.3
22
27
env : DEPENDENCIES="--ignore-platform-reqs"
23
28
exclude :
24
29
- php : 5.3
30
+ - php : 5.4
31
+ - php : 5.5
25
32
- php : 7.0
26
33
- php : 7.3
27
34
36
43
37
44
before_install :
38
45
# # Packages
46
+ - sudo rm -f /etc/apt/sources.list.d/mongodb.list # Makes apt crash on Precise, and we don't need MongoDB
39
47
- sudo apt-get update -qq
40
48
- sudo apt-get install -y graphviz
41
49
You can’t perform that action at this time.
0 commit comments