File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 6
6
directories :
7
7
- $HOME/.composer/cache/files
8
8
9
- # # PHP versions we test against
10
- php :
11
- - 7.0
12
- - 7.1
13
- - nightly
14
- - hhvm
15
-
16
- # # Build matrix for lowest and highest possible targets
9
+ # # Build matrix for PHP versions we test against with lowest and highest possible targets
17
10
matrix :
18
11
include :
19
12
- php : 7.0
@@ -23,6 +16,9 @@ matrix:
23
16
- php : nightly
24
17
env : dependencies=lowest
25
18
- php : hhvm
19
+ sudo : true
20
+ dist : trusty
21
+ group : edge # until the next major travis stable update
26
22
env : dependencies=lowest
27
23
- php : 7.0
28
24
env : dependencies=highest
@@ -31,6 +27,9 @@ matrix:
31
27
- php : nightly
32
28
env : dependencies=highest
33
29
- php : hhvm
30
+ sudo : true
31
+ dist : trusty
32
+ group : edge # until the next major travis stable update
34
33
env : dependencies=highest
35
34
allow_failures :
36
35
- php : hhvm
You can’t perform that action at this time.
0 commit comments