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 1
1
language : php
2
2
sudo : false
3
+ dist : trusty
3
4
4
5
# # Cache composer bits
5
6
cache :
11
12
- 7.0
12
13
- 7.1
13
14
- nightly
15
+ - hhvm
14
16
# # environment variables, one build is created for each
15
17
env :
16
18
- dependencies=lowest
19
21
20
22
# # Build matrix for PHP versions we test against with lowest and highest possible targets
21
23
matrix :
22
- include :
23
- - php : hhvm
24
- sudo : true
25
- dist : trusty
26
- group : edge # until the next major travis stable update
27
- env : dependencies=lowest
28
- - php : hhvm
29
- sudo : true
30
- dist : trusty
31
- group : edge # until the next major travis stable update
32
- env : dependencies=current
33
- - php : hhvm
34
- sudo : true
35
- dist : trusty
36
- group : edge # until the next major travis stable update
37
- env : dependencies=highest
24
+ fast_finish : true
38
25
allow_failures :
39
26
- php : hhvm
40
27
You can’t perform that action at this time.
0 commit comments