We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d778 commit 55af2d1Copy full SHA for 55af2d1
.travis.yml
@@ -8,6 +8,7 @@ cache:
8
9
## PHP versions we test against
10
php:
11
+ - 5.6
12
- 7.0
13
- 7.1
14
- nightly
@@ -19,6 +20,10 @@ env:
19
20
## Build matrix for lowest and highest possible targets
21
matrix:
22
include:
23
+ - php: 5.6
24
+ env:
25
+ - dependencies=lowest
26
+ - coverage=false
27
- php: 7.0
28
env:
29
- dependencies=lowest
@@ -31,6 +36,10 @@ matrix:
31
36
32
37
33
38
- coverage=false
39
40
41
+ - dependencies=highest
42
34
43
35
44
45
- dependencies=highest
0 commit comments