File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ language: php
2
2
3
3
matrix :
4
4
include :
5
- - sudo : required
6
- dist : xenial
5
+ - dist : xenial
7
6
group : edge
8
7
env :
9
8
- RELEASE=xenial
@@ -25,22 +24,13 @@ matrix:
25
24
fi
26
25
fi
27
26
28
- - sudo : required
29
- services :
27
+ - services :
30
28
- docker
31
29
env :
32
30
- RELEASE=trusty
33
31
name : trusty
34
32
php : ' 5.6'
35
- - sudo : required
36
- dist : precise
37
- group : edge
38
- env :
39
- - RELEASE=precise
40
- name : precise
41
- php : ' 5.6'
42
- - sudo : required
43
- arch : ppc64le
33
+ - arch : ppc64le
44
34
dist : xenial
45
35
group : edge
46
36
language : minimal
@@ -62,8 +52,6 @@ matrix:
62
52
eval "$(phpenv init -)"
63
53
fi
64
54
fi
65
- allow_failures :
66
- - dist : precise
67
55
68
56
env :
69
57
global :
@@ -155,7 +143,6 @@ after_success:
155
143
- ./bin/archive
156
144
157
145
after_failure :
158
- - cat /tmp/php-build/source/$VERSION/config.log
159
146
- cat /tmp/php-build.*.log
160
147
161
148
addons :
You can’t perform that action at this time.
0 commit comments