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 11language : php
22sudo : false
3+ dist : trusty
34
45# # Cache composer bits
56cache :
1112 - 7.0
1213 - 7.1
1314 - nightly
15+ - hhvm
1416# # environment variables, one build is created for each
1517env :
1618 - dependencies=lowest
1921
2022# # Build matrix for PHP versions we test against with lowest and highest possible targets
2123matrix :
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
3825 allow_failures :
3926 - php : hhvm
4027
You can’t perform that action at this time.
0 commit comments