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 55af2d1 commit ff2d330Copy full SHA for ff2d330
.travis.yml
@@ -8,7 +8,6 @@ cache:
8
9
## PHP versions we test against
10
php:
11
- - 5.6
12
- 7.0
13
- 7.1
14
- nightly
@@ -20,10 +19,6 @@ env:
20
19
## 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
@@ -36,10 +31,6 @@ matrix:
36
31
37
32
38
33
- coverage=false
39
40
41
- - dependencies=highest
42
43
34
44
35
45
- dependencies=highest
0 commit comments