Skip to content

Commit ff2d330

Browse files
committed
Dropped 5.6 support (yes that was quick)
1 parent 55af2d1 commit ff2d330

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cache:
88

99
## PHP versions we test against
1010
php:
11-
- 5.6
1211
- 7.0
1312
- 7.1
1413
- nightly
@@ -20,10 +19,6 @@ env:
2019
## Build matrix for lowest and highest possible targets
2120
matrix:
2221
include:
23-
- php: 5.6
24-
env:
25-
- dependencies=lowest
26-
- coverage=false
2722
- php: 7.0
2823
env:
2924
- dependencies=lowest
@@ -36,10 +31,6 @@ matrix:
3631
env:
3732
- dependencies=lowest
3833
- coverage=false
39-
- php: 5.6
40-
env:
41-
- dependencies=highest
42-
- coverage=false
4334
- php: 7.0
4435
env:
4536
- dependencies=highest

0 commit comments

Comments
 (0)