File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed
Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 66 directories :
77 - $HOME/.composer/cache/files
88
9- -## PHP versions we test against for current composer dependancies
10- -php :
11- - - 7.0
12- - - 7.1
13- - - nightly
9+ # # PHP versions we test against for current composer dependancies
10+ php :
11+ - 7.0
12+ - 7.1
13+ - nightly
14+ # # environment variables, one build is created for each
15+ env :
16+ - dependencies=lowest
17+ - dependencies=current
18+ - dependencies=highest
1419
1520# # Build matrix for PHP versions we test against with lowest and highest possible targets
1621matrix :
1722 include :
18- - php : 7.0
19- env : dependencies=lowest
20- - php : 7.1
21- env : dependencies=lowest
22- - php : nightly
23- env : dependencies=lowest
2423 - php : hhvm
2524 sudo : true
2625 dist : trusty
2726 group : edge # until the next major travis stable update
2827 env : dependencies=lowest
29- - php : 7.0
30- env : dependencies=highest
31- - php : 7.1
32- env : dependencies=highest
33- - php : nightly
34- env : dependencies=highest
3528 - php : hhvm
3629 sudo : true
3730 dist : trusty
3831 group : edge # until the next major travis stable update
39- env : dependencies=highest
32+ env : dependencies=current
4033 - php : hhvm
4134 sudo : true
4235 dist : trusty
4336 group : edge # until the next major travis stable update
37+ env : dependencies=highest
4438 allow_failures :
4539 - php : hhvm
4640
You can’t perform that action at this time.
0 commit comments